Skip to content

Commit babdb7a

Browse files
authored
Merge pull request #1523 from UNC-Libraries/checkstyle-config
Try property injection for SuppressionFilter path
2 parents 89a943c + 3b863e3 commit babdb7a

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)