Skip to content

Commit

Permalink
make code climate not fail on checkstyle configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dickschoeller committed Feb 5, 2017
1 parent 6c495b9 commit 2066c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ Allow field shadowing with constructor and setter arguments
<module name="SimplifyBooleanExpression"/>
<module name="SimplifyBooleanReturn"/>
<module name="DesignForExtension">
<property name="ignoredAnnotations" value="Test, Before, After, BeforeClass, AfterClass, Bean"/>
<!-- disable until codeclimate gets 7.2 or better -->
<!-- property name="ignoredAnnotations" value="Test, Before, After, BeforeClass, AfterClass, Bean"/ -->
</module>
<module name="FinalClass"/>
<module name="HideUtilityClassConstructor"/>
Expand Down

0 comments on commit 2066c3a

Please sign in to comment.