Skip to content

Commit 183bb5e

Browse files
committed
IGNITE-26775 Improved suppressions
1 parent 3c1941a commit 183bb5e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

checkstyle/checkstyle.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
<property name="fileExtensions" value="java, properties, xml"/>
2626

27+
<!-- Suppressions. See: https://checkstyle.sourceforge.io/filters/suppressionfilter.html -->
2728
<module name="SuppressionFilter">
2829
<property name="file" value="checkstyle/checkstyle-suppressions.xml"/>
2930
</module>
@@ -43,6 +44,7 @@
4344
</module>
4445

4546
<module name="TreeWalker">
47+
<!-- Suppressions. See: https://checkstyle.sourceforge.io/filters/suppressionxpathfilter.html -->
4648
<module name="SuppressionXpathFilter">
4749
<property name="file" value="checkstyle/checkstyle-xpath-suppressions.xml"/>
4850
</module>

0 commit comments

Comments
 (0)