Skip to content

Commit

Permalink
minor: add check to sevntu config
Browse files Browse the repository at this point in the history
  • Loading branch information
kariem committed Dec 4, 2016
1 parent 5d13814 commit a2d02dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sevntu-checks/sevntu-checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
<module name="com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCall"/>
<module name="com.github.sevntu.checkstyle.checks.coding.UselessSingleCatch"/>
<module name="com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializer"/>
<module name="com.github.sevntu.checkstyle.checks.coding.EnumTrailingCommaAndSemicolonCheck"/>

<!-- Design -->
<module name="com.github.sevntu.checkstyle.checks.design.ChildBlockLength">
Expand Down

0 comments on commit a2d02dd

Please sign in to comment.