You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2021/05/20 02:11:42 UTC

[apisix] branch master updated: chore: remove stale yamllint comment (#4278)

This is an automated email from the ASF dual-hosted git repository.

shuyangw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a0aa9a  chore: remove stale yamllint comment (#4278)
0a0aa9a is described below

commit 0a0aa9a757e40e7926d6b69af08f54dfd685d277
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Thu May 20 10:11:34 2021 +0800

    chore: remove stale yamllint comment (#4278)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 conf/apisix.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/apisix.yaml b/conf/apisix.yaml
index a86ce1c..1c557a2 100644
--- a/conf/apisix.yaml
+++ b/conf/apisix.yaml
@@ -22,5 +22,4 @@ routes:
       nodes:
         "127.0.0.1:1980": 1
       type: roundrobin
-# yamllint disable-line rule:comments
 #END