Skip to content

Commit 7ecdb7e

Browse files
committed
Remove checkstyle rule EmptyLineSeparator
1 parent e93c8df commit 7ecdb7e

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,6 @@
6161
<!-- Checks for whitespace: https://checkstyle.org/config_whitespace.html -->
6262

6363
<module name="EmptyForInitializerPad"/>
64-
<module name="EmptyLineSeparator">
65-
<!-- check all except variable declarations -->
66-
<property name="tokens"
67-
value="PACKAGE_DEF, IMPORT, STATIC_IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF,
68-
STATIC_INIT, INSTANCE_INIT, CTOR_DEF, VARIABLE_DEF, RECORD_DEF,
69-
COMPACT_CTOR_DEF"/>
70-
<property name="allowMultipleEmptyLines" value="false"/>
71-
<property name="allowMultipleEmptyLinesInsideClassMembers" value="false"/>
72-
<property name="allowNoEmptyLineBetweenFields" value="true"/>
73-
</module>
7464
<module name="GenericWhitespace">
7565
<message key="ws.followed"
7666
value="GenericWhitespace ''{0}'' is followed by whitespace."/>

config/checkstyle/checkstyle_reviewdog.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,6 @@
6161
<!-- Checks for whitespace: https://checkstyle.org/config_whitespace.html -->
6262

6363
<module name="EmptyForInitializerPad"/>
64-
<module name="EmptyLineSeparator">
65-
<!-- check all except variable declarations -->
66-
<property name="tokens"
67-
value="PACKAGE_DEF, IMPORT, STATIC_IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF,
68-
STATIC_INIT, INSTANCE_INIT, CTOR_DEF, VARIABLE_DEF, RECORD_DEF,
69-
COMPACT_CTOR_DEF"/>
70-
<property name="allowMultipleEmptyLines" value="false"/>
71-
<property name="allowMultipleEmptyLinesInsideClassMembers" value="false"/>
72-
<property name="allowNoEmptyLineBetweenFields" value="true"/>
73-
</module>
7464
<module name="GenericWhitespace">
7565
<message key="ws.followed"
7666
value="GenericWhitespace ''{0}'' is followed by whitespace."/>

0 commit comments

Comments
 (0)