Skip to content

Commit

Permalink
Issue checkstyle#332: Include EnumTrailingCommaAndSemicolonCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kariem committed Aug 2, 2018
1 parent 789055b commit 88e27c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkstyle-tester/checks-sevntu-error.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<module name="com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck"/>
<module name="com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck"/>
<module name="com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck"/>
<module name="com.github.sevntu.checkstyle.checks.coding.EnumTrailingCommaAndSemicolonCheck" />
<module name="com.github.sevntu.checkstyle.checks.design.InnerClassCheck"/>
<module name="com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck">
<property name="format" value="^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"/>
Expand Down

0 comments on commit 88e27c0

Please sign in to comment.