File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <!DOCTYPE suppressions PUBLIC
3
- "-//Puppy Crawl//DTD Suppressions 1.1//EN"
4
- "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
2
+ <!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd">
5
3
<suppressions >
6
4
7
5
<!-- global -->
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <!DOCTYPE module PUBLIC "-//Puppy Crawl //DTD Check Configuration 1.2 //EN" "http ://www.puppycrawl.com /dtds/configuration_1_2 .dtd">
2
+ <!DOCTYPE module PUBLIC "-//Checkstyle //DTD Checkstyle Configuration 1.3 //EN" "https ://checkstyle.org /dtds/configuration_1_3 .dtd">
3
3
<module name =" com.puppycrawl.tools.checkstyle.Checker" >
4
- <!-- Supressions -->
4
+
5
+ <!-- Suppressions -->
5
6
<module name =" SuppressionFilter" >
6
7
<property name =" file" value =" ${config_loc}/checkstyle-suppressions.xml" />
7
8
</module >
You can’t perform that action at this time.
0 commit comments