Apply UnnecessarySemicolonInEnumeration Checkstyle module
This commit also fixes its violation. See gh-32514
This commit is contained in:
parent
87dfa492af
commit
4d722414da
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue