Browse Source

Apply UnnecessarySemicolonInEnumeration Checkstyle module

This commit also fixes its violation.

See gh-32514
pull/32864/head
Johnny Lim 2 years ago committed by Stéphane Nicoll
parent
commit
4d722414da
  1. 1
      src/checkstyle/checkstyle.xml

1
src/checkstyle/checkstyle.xml

@ -200,6 +200,7 @@ @@ -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…
Cancel
Save