Skip to content

Commit

Permalink
Activate checkstyle rule EmptyLineSeparator.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 10, 2021
1 parent c174afb commit ea7844c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/checkstyle-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
<module name="MethodLength"/>
<module name="ParameterNumber"/>
<module name="EmptyForIteratorPad"/>
<module name="EmptyLineSeparator">
<property name="allowMultipleEmptyLines" value="false"/>
<property name="allowMultipleEmptyLinesInsideClassMembers" value="false"/>
<property name="allowNoEmptyLineBetweenFields" value="true"/>
</module>

<module name="NoWhitespaceAfter">
<property name="tokens" value="ARRAY_INIT,BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"/>
</module>
Expand Down

0 comments on commit ea7844c

Please sign in to comment.