Skip to content

Commit

Permalink
Added checktyle modules for @SuppressWarnings tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-castro authored and luis100 committed Nov 23, 2016
1 parent 2f5f819 commit 7ab7978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code-style/checkstyle.xml
Expand Up @@ -96,9 +96,11 @@
<property name="lineWrappingIndentation" value="2" />
<property name="forceStrictCondition" value="false" />
</module>
<module name="SuppressWarningsHolder" />
</module>
<module name="FileLength" />
<module name="FileTabCharacter" />
<module name="NewlineAtEndOfFile" />
<module name="Translation" />
<module name="SuppressWarningsFilter" />
</module>

0 comments on commit 7ab7978

Please sign in to comment.