Skip to content

Commit 8276219

Browse files
committed
update config
1 parent 36fb4be commit 8276219

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

checkstyle.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!-- https://checkstyle.org/config_filters.html#SuppressionFilter -->
5555
<module name="SuppressionFilter">
5656
<property name="file" value="${org.checkstyle.sun.suppressionfilter.config}"
57-
default="checkstyle-config/checkstyle-suppressions.xml"/>
57+
default="checkstyle-suppressions.xml"/>
5858
<property name="optional" value="true"/>
5959
</module>
6060

@@ -198,10 +198,10 @@
198198
<module name="UpperEll"/>
199199

200200
<!-- https://checkstyle.org/config_filters.html#SuppressionXpathFilter -->
201-
<module name="SuppressionXpathFilter">
202-
<property name="file" value="${org.checkstyle.sun.suppressionxpathfilter.config}"
203-
default="checkstyle-xpath-suppressions.xml"/>
204-
<property name="optional" value="true"/>
205-
</module>
201+
<!--<module name="SuppressionXpathFilter">
202+
<property name="file" value="${org.checkstyle.sun.suppressionxpathfilter.config}"
203+
default="checkstyle-xpath-suppressions.xml"/>
204+
<property name="optional" value="true"/>
205+
</module>-->
206206
</module>
207207
</module>

0 commit comments

Comments
 (0)