Apply UnnecessarySemicolonInEnumeration Checkstyle module

This commit also fixes its violation.

See gh-32514
This commit is contained in:
Johnny Lim 2024-03-22 23:13:53 +09:00 committed by Stéphane Nicoll
parent 87dfa492af
commit 4d722414da
1 changed files with 1 additions and 0 deletions

View File

@ -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">