Skip to content

Commit

Permalink
checkstyle.xml: add the FinalClass module
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 3, 2024
1 parent a773fd3 commit 0a92c40
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 @@ -414,6 +414,7 @@
<!-- Checks for class design -->
<!-- See https://checkstyle.org/checks/design -->
<module name="DesignForExtension"/>
<module name="FinalClass"/>
<module name="HideUtilityClassConstructor"/>
<module name="InterfaceIsType"/>
</module>
Expand Down

0 comments on commit 0a92c40

Please sign in to comment.