Skip to content

Commit c8b3602

Browse files
authored
change the SuppressionFilter file value so our config works with Checkstyle (#8)
1 parent 8eb6d34 commit c8b3602

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/resources/checkstyle.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353

5454
<!-- https://checkstyle.org/config_filters.html#SuppressionFilter -->
5555
<module name="SuppressionFilter">
56-
<property name="file" value="${org.checkstyle.sun.suppressionfilter.config}"
57-
default="checkstyle-suppressions.xml"/>
56+
<property name="file" value="${config_loc}/checkstyle-suppressions.xml" default="checkstyle-suppressions.xml"/>
5857
<property name="optional" value="true"/>
5958
</module>
6059

0 commit comments

Comments
 (0)