Skip to content

Commit 4d72241

Browse files
izeyesnicoll
authored andcommitted
Apply UnnecessarySemicolonInEnumeration Checkstyle module
This commit also fixes its violation. See gh-32514
1 parent 87dfa49 commit 4d72241

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)