You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/10/30 08:06:30 UTC

[apisix] branch master updated: chore: update CODE_STYLE to catch up with the reality (#2570)

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

membphis 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 e67dee1  chore: update CODE_STYLE to catch up with the reality (#2570)
e67dee1 is described below

commit e67dee137a3db78c877fad9dca99048d027a5ddd
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Fri Oct 30 16:06:21 2020 +0800

    chore: update CODE_STYLE to catch up with the reality (#2570)
    
    Currently we already have the line length style check in lj-releng. The
    length we chose is 100.
    
    Close #2569.
---
 CODE_STYLE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CODE_STYLE.md b/CODE_STYLE.md
index 71c2134..079c3e4 100644
--- a/CODE_STYLE.md
+++ b/CODE_STYLE.md
@@ -135,7 +135,7 @@ end
 
 ## Maximum length per line
 
-Each line cannot exceed 80 characters. If it exceeds, you need to wrap and align:
+Each line cannot exceed 100 characters. If it exceeds, you need to wrap and align:
 
 ```lua
 --No