Skip to content

Commit

Permalink
checkstyle.xml: add the EmptyForInitializerPad module
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 1, 2024
1 parent 9a5ad48 commit 98f8031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@

<!-- Checks for whitespace -->
<!-- See https://checkstyle.org/checks/whitespace -->
<module name="EmptyForInitializerPad"/>
<module name="EmptyForIteratorPad"/>
<module name="EmptyLineSeparator">
<property name="tokens"
Expand Down

0 comments on commit 98f8031

Please sign in to comment.