We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89a943c + 3b863e3 commit babdb7aCopy full SHA for babdb7a
common-utils/src/main/resources/checkstyle/checkstyle.xml
@@ -25,7 +25,7 @@
25
It also disables indentation checking, e.g. 4 spaces for all java files
26
-->
27
<module name="SuppressionFilter">
28
- <property name="file" value="common-utils/src/main/resources/checkstyle/checkstyle-suppressions.xml"/>
+ <property name="file" value="${checkstyle.suppressions.file}"/>
29
</module>
30
31
<!-- Checks that there are no tab characters ('\t') in the source code. -->
0 commit comments