Commit e09826e 1 parent eeaea81 commit e09826e Copy full SHA for e09826e
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE module PUBLIC
3
- "-//Puppy Crawl //DTD Check Configuration 1.3//EN"
4
- "http ://www.puppycrawl.com /dtds/configuration_1_3.dtd">
3
+ "-//Checkstyle //DTD Checkstyle Configuration 1.3//EN"
4
+ "https ://checkstyle.org /dtds/configuration_1_3.dtd">
5
5
6
6
<!--
7
7
This configuration file enforces rules for a modified version of the module's code standard at
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
3
3
<!DOCTYPE suppressions PUBLIC
4
- "-//Puppy Crawl //DTD Suppressions 1.1 //EN"
5
- "http ://checkstyle.sourceforge.net /dtds/suppressions_1_1 .dtd">
4
+ "-//Checkstyle //DTD SuppressionFilter Configuration 1.2 //EN"
5
+ "https ://checkstyle.org /dtds/suppressions_1_2 .dtd">
6
6
7
7
<suppressions >
8
8
<suppress checks =" JavadocType" files =" .*Test\.java" />
You can’t perform that action at this time.
0 commit comments