#426 allow to ignore checkstyle warnings explicitly by name using @SuppressWarnings

This commit is contained in:
Andreas Gudian 2015-01-23 20:39:41 +01:00
parent 483b88c6d2
commit 9737e0ba6e

View File

@ -64,6 +64,7 @@
<!-- Required for SuppressionCommentFilter -->
<module name="FileContentsHolder"/>
<module name="SuppressWarningsHolder"/>
<!-- Checks for Javadoc comments. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
@ -196,5 +197,6 @@
</module>
<module name="SuppressionCommentFilter"/>
<module name="SuppressWarningsFilter"/>
</module>