Skip to content

Commit

Permalink
Update Checkstyle DTD location
Browse files Browse the repository at this point in the history
The sourceforge location is hidden, the updated location is
on https and recommended.

This issue goes into more details on the DTD migration:
checkstyle/checkstyle#6478
  • Loading branch information
DanVanAtta committed Sep 9, 2020
1 parent 92c5df5 commit dd2f624
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.3//EN"
"http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
"https://checkstyle.org/dtds/configuration_1_3.dtd">

<!--
Checkstyle configuration that checks the Google coding conventions from Google Java Style
Expand Down

0 comments on commit dd2f624

Please sign in to comment.