Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[MINOR][BUILD] all checkstyle dtd to use "https://checkstyle.org"
  • Loading branch information
HeartSaVioR committed Feb 25, 2019
commit a22f4f675b336a605dbb38ec01e65c5907f8d618
2 changes: 1 addition & 1 deletion dev/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
"https://checkstyle.org/dtds/suppressions_1_1.dtd">

<!--

Expand Down
2 changes: 1 addition & 1 deletion dev/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
"https://checkstyle.org/dtds/configuration_1_3.dtd">

<!--

Expand Down