Define checkstyle suppression filter location in maven plugin configuration

This commit is contained in:
Ilkka Seppala
2015-12-30 17:58:03 +02:00
parent 8b020837ea
commit befe509582
2 changed files with 2 additions and 5 deletions

View File

@ -168,9 +168,5 @@
</module>
<module name="SingleLineJavadoc"/>
</module>
<module name="SuppressionFilter">
<property name="file" value="${config_loc}/checkstyle-suppressions.xml" default="checkstyle-suppressions.xml"/>
</module>
</module>