lamber-ken commented on a change in pull request #1025: [HUDI-346] Set 
allowMultipleEmptyLines property false for EmptyLineSeparator rule
URL: https://github.com/apache/incubator-hudi/pull/1025#discussion_r347749633
 
 

 ##########
 File path: style/checkstyle.xml
 ##########
 @@ -101,6 +101,9 @@
         <module name="ModifierOrder"/>
         <module name="EmptyLineSeparator">
             <property name="allowNoEmptyLineBetweenFields" value="true"/>
+            <property name="allowMultipleEmptyLines" value="false"/>
+            <property name="tokens" value="PACKAGE_DEF, IMPORT, CLASS_DEF, 
INTERFACE_DEF, ENUM_DEF,
+                         STATIC_INIT, INSTANCE_INIT, METHOD_DEF,CTOR_DEF"/>
 
 Review comment:
   Good catch. done.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to