File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spring-boot-parent/src/checkstyle Expand file tree Collapse file tree 2 files changed +3
-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
- "https://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" "https://www.puppycrawl.com /dtds/configuration_1_2.dtd">
2
+ <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "https://checkstyle.org /dtds/configuration_1_2.dtd">
3
3
<module name =" Checker" >
4
4
5
5
<!-- Root Checks -->
You can’t perform that action at this time.
0 commit comments