Skip to content

Commit

Permalink
Issue checkstyle#332: Include EnumTrailingCommaCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kariem committed Sep 13, 2018
1 parent 789055b commit e87c259
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.EnumTrailingCommaCheck" />
<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 e87c259

Please sign in to comment.