File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!DOCTYPE suppressions PUBLIC
3
- "-//Puppy Crawl //DTD Suppressions 1.1 //EN"
4
- "http ://www.puppycrawl.com /dtds/suppressions_1_1 .dtd">
3
+ "-//Checkstyle //DTD SuppressionFilter Configuration 1.2 //EN"
4
+ "https ://checkstyle.org /dtds/suppressions_1_2 .dtd">
5
5
<suppressions >
6
6
<suppress files =" SpringApplicationTests\.java" checks =" FinalClass" />
7
7
<suppress files =" .+Configuration\.java" checks =" HideUtilityClassConstructor" />
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
3
+ "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
4
+ "https://checkstyle.org/dtds/configuration_1_3.dtd">
3
5
<module name =" com.puppycrawl.tools.checkstyle.Checker" >
4
6
<module name =" io.spring.javaformat.checkstyle.SpringChecks" />
5
7
<module name =" com.puppycrawl.tools.checkstyle.TreeWalker" >
You can’t perform that action at this time.
0 commit comments