Skip to content

Commit

Permalink
checkstyle: Use checkstyle warning filters
Browse files Browse the repository at this point in the history
  • Loading branch information
IceDragon200 committed Feb 11, 2016
1 parent ca38710 commit 66accfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
<property name="file" value="checkstyle/suppressions.xml"/>
</module>

<module name="SuppressWarningsFilter" />

<!-- Because window$ is bullshit when it comes to newlines -->
<!-- <module name="NewlineAtEndOfFile"/> -->

<module name="TreeWalker">
<module name="SuppressWarningsHolder" />
<module name="ArrayTypeStyle">
<property name="javaStyle" value="true"/>
</module>
Expand Down

0 comments on commit 66accfc

Please sign in to comment.