Skip to content

Commit

Permalink
checkstyle.xml: add the "DesignForExtension" module
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 22, 2024
1 parent a7e1445 commit e69ba78
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 @@ -416,6 +416,7 @@

<!-- Checks for class design -->
<!-- See https://checkstyle.org/checks/design -->
<module name="DesignForExtension"/>
<module name="FinalClass"/>
<module name="HideUtilityClassConstructor"/>
<module name="InterfaceIsType"/>
Expand Down

0 comments on commit e69ba78

Please sign in to comment.