File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments