Skip to content

Commit

Permalink
[checkstyle] Switch to new DTD (#1940)
Browse files Browse the repository at this point in the history
The location for the checkstyle DTD has moved.
  • Loading branch information
grimreaper committed May 27, 2020
1 parent 1983c75 commit 6620170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.2//EN"
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
"https://checkstyle.org/dtds/configuration_1_2.dtd">
<module name="Checker">
<!--
Different editors and IDEs may insert or remove trailing
Expand Down

0 comments on commit 6620170

Please sign in to comment.