Skip to content

Commit

Permalink
Readd default rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Nov 16, 2024
1 parent 76a5839 commit 65b68a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

<module name="Checker">
<module name="TreeWalker">
<module name="UnusedImports"/>
<module name="RedundantImport"/>
<module name="IllegalImport"/>

<!-- Ignore missing field/variable comments -->
<module name="JavadocVariable">
<property name="severity" value="ignore"/>
Expand Down

0 comments on commit 65b68a4

Please sign in to comment.