Skip to content

Commit

Permalink
Update checkstyle rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Lex van der Stoep committed Nov 21, 2020
1 parent ca0583a commit 95c4c79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
</module>

<module name="TreeWalker">
<!-- Coding -->
<module name="FinalLocalVariable"/>

<!-- Imports -->
<module name="AvoidStarImport"/>
<module name="AvoidStaticImport"/>
Expand All @@ -29,6 +32,7 @@
<module name="RedundantImport"/>
<module name="UnusedImports"/>

<!-- Spacing -->
<module name="WhitespaceAfter">
<property name="tokens"
value="COMMA, SEMI, TYPECAST, LITERAL_IF, LITERAL_ELSE,
Expand Down

0 comments on commit 95c4c79

Please sign in to comment.