Skip to content

Commit

Permalink
Apply UnnecessarySemicolonInEnumeration Checkstyle module
Browse files Browse the repository at this point in the history
This commit also fixes its violation.

See gh-32514
  • Loading branch information
izeye authored and snicoll committed Mar 22, 2024
1 parent 87dfa49 commit 4d72241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
<module name="com.puppycrawl.tools.checkstyle.checks.UpperEllCheck"/>
<module name="com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck"/>
<module name="com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck"/>
<module name="UnnecessarySemicolonInEnumeration"/>

<!-- Regexp -->
<module name="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck">
Expand Down

0 comments on commit 4d72241

Please sign in to comment.