Browse Source

Puppy Crawl no longer hosts Checkstyle DTD

(since March 2019, actually…)

Closes #118 pull request at github.com/apache/ant repo.
master
twogee Jaikiran Pai 5 years ago
parent
commit
fd1de05ff6
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/checkstyle/checkstyle-config

+ 3
- 1
src/etc/checkstyle/checkstyle-config View File

@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with contributor license agreements. See the NOTICE file distributed with


Loading…
Cancel
Save