Skip to content

Commit 75f9b6c

Browse files
ci: checkstyle SupressionFilter (#175)
1 parent 2d0975a commit 75f9b6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
<property name="file" value="${config_loc}/suppressions.xml"/>
8383
<property name="optional" value="false"/>
8484
</module>
85+
<module name="SuppressionFilter">
86+
<property name="file" value="${config_loc}/custom-suppressions.xml"/>
87+
<property name="optional" value="true"/>
88+
</module>
8589

8690
<module name="TreeWalker">
8791
<module name="SuppressionCommentFilter"/>

0 commit comments

Comments
 (0)