Skip to content

Commit 3b863e3

Browse files
committed
Try property injection for SuppressionFilter path
1 parent 89a943c commit 3b863e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-utils/src/main/resources/checkstyle/checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
It also disables indentation checking, e.g. 4 spaces for all java files
2626
-->
2727
<module name="SuppressionFilter">
28-
<property name="file" value="common-utils/src/main/resources/checkstyle/checkstyle-suppressions.xml"/>
28+
<property name="file" value="${checkstyle.suppressions.file}"/>
2929
</module>
3030

3131
<!-- Checks that there are no tab characters ('\t') in the source code. -->

0 commit comments

Comments
 (0)