There was an error while loading. Please reload this page.
1 parent 8eb6d34 commit c8b3602Copy full SHA for c8b3602
1 file changed
src/main/resources/checkstyle.xml
@@ -53,8 +53,7 @@
53
54
<!-- https://checkstyle.org/config_filters.html#SuppressionFilter -->
55
<module name="SuppressionFilter">
56
- <property name="file" value="${org.checkstyle.sun.suppressionfilter.config}"
57
- default="checkstyle-suppressions.xml"/>
+ <property name="file" value="${config_loc}/checkstyle-suppressions.xml" default="checkstyle-suppressions.xml"/>
58
<property name="optional" value="true"/>
59
</module>
60
0 commit comments