We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a943c commit 3b863e3Copy full SHA for 3b863e3
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