Skip to content

Commit 4cffca1

Browse files
committed
Proper doctype for Checkstyle
1 parent d397169 commit 4cffca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkstyle-override.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
1818
-->
1919
<!DOCTYPE module PUBLIC
20-
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
21-
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
20+
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
21+
"https://checkstyle.org/dtds/configuration_1_3.dtd">
2222

2323
<!--
2424
Checkstyle configuration that checks the Google coding conventions from Google Java Style

0 commit comments

Comments
 (0)