You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/07/24 17:14:11 UTC

[GitHub] [zookeeper] TisonKun commented on a change in pull request #1023: Zookeeper 3468

TisonKun commented on a change in pull request #1023: Zookeeper 3468
URL: https://github.com/apache/zookeeper/pull/1023#discussion_r306925128
 
 

 ##########
 File path: checkstyleSuppressions.xml
 ##########
 @@ -21,5 +21,5 @@
     <suppress checks=".*" files=".+[\\/]generated[\\/].+\.java" />
     <suppress checks=".*" files=".+[\\/]generated-sources[\\/].+\.java" />
     <suppress checks=".*" files=".+[\\/]generated-test-sources[\\/].+\.java" />
-
+    <suppress checks="LineLength" files=".+[\\/]jute[\\/].+\.java"/>
 
 Review comment:
   This is added because for code generation we have to write some lines quite long and break them down actually turns into worse readability.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services