Skip to content

Commit

Permalink
[checkstyle] Switch to new DTD (mockito#1940)
Browse files Browse the repository at this point in the history
The location for the checkstyle DTD has moved.
  • Loading branch information
grimreaper authored and epeee committed Jun 22, 2020
1 parent 60cae45 commit 69db816
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 69db816

Please sign in to comment.