Skip to content

Commit c7c61e1

Browse files
committed
Merge pull request #32514 from izeye
* pr/32514: Apply UnnecessarySemicolonInEnumeration Checkstyle module Closes gh-32514
2 parents 87dfa49 + 4d72241 commit c7c61e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/checkstyle/checkstyle.xml

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
<module name="com.puppycrawl.tools.checkstyle.checks.UpperEllCheck"/>
201201
<module name="com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck"/>
202202
<module name="com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck"/>
203+
<module name="UnnecessarySemicolonInEnumeration"/>
203204

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

0 commit comments

Comments
 (0)