Browse Source

Upgrade to latest Checkstyle Suppressions DTD

See https://github.com/checkstyle/checkstyle/blob/master/config/suppressions.xml
pull/22606/head
Sam Brannen 7 years ago
parent
commit
3cce85b402
  1. 4
      src/checkstyle/checkstyle-suppressions.xml

4
src/checkstyle/checkstyle-suppressions.xml

@ -1,7 +1,5 @@ @@ -1,7 +1,5 @@
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<!-- global -->

Loading…
Cancel
Save