Skip to content

Commit

Permalink
Merge pull request #32514 from izeye
Browse files Browse the repository at this point in the history
* pr/32514:
  Apply UnnecessarySemicolonInEnumeration Checkstyle module

Closes gh-32514
  • Loading branch information
snicoll committed Mar 22, 2024
2 parents 87dfa49 + 4d72241 commit c7c61e1
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 c7c61e1

Please sign in to comment.