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 65b68a4 commit 6f40bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<module name="TreeWalker">
<module name="UnusedImports"/>
<module name="RedundantImport"/>
<module name="IllegalImport"/>
<module name="IllegalImport"/> <!-- defaults to sun.* packages -->

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

0 comments on commit 6f40bc8

Please sign in to comment.