We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1941a commit 183bb5eCopy full SHA for 183bb5e
1 file changed
checkstyle/checkstyle.xml
@@ -24,6 +24,7 @@
24
25
<property name="fileExtensions" value="java, properties, xml"/>
26
27
+ <!-- Suppressions. See: https://checkstyle.sourceforge.io/filters/suppressionfilter.html -->
28
<module name="SuppressionFilter">
29
<property name="file" value="checkstyle/checkstyle-suppressions.xml"/>
30
</module>
@@ -43,6 +44,7 @@
43
44
45
46
<module name="TreeWalker">
47
+ <!-- Suppressions. See: https://checkstyle.sourceforge.io/filters/suppressionxpathfilter.html -->
48
<module name="SuppressionXpathFilter">
49
<property name="file" value="checkstyle/checkstyle-xpath-suppressions.xml"/>
50
0 commit comments