Skip to content

Commit c8460ee

Browse files
committed
Merge branch '2.1.x'
2 parents a3908d0 + 34f1674 commit c8460ee

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/checkstyle/checkstyle-suppressions.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!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">
55
<suppressions>
66
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
77
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />

src/checkstyle/checkstyle.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?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">
35
<module name="com.puppycrawl.tools.checkstyle.Checker">
46
<module name="io.spring.javaformat.checkstyle.SpringChecks" />
57
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">

0 commit comments

Comments
 (0)