You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2020/01/16 05:44:13 UTC

[ant] branch master updated: Puppy Crawl no longer hosts Checkstyle DTD (since March 2019, actually…)

This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new fd1de05  Puppy Crawl no longer hosts Checkstyle DTD (since March 2019, actually…)
fd1de05 is described below

commit fd1de05ff68d8c13f4cd0d314ac4aa7f5fd9ad1a
Author: twogee <g....@gmail.com>
AuthorDate: Wed Jan 15 06:27:00 2020 +0100

    Puppy Crawl no longer hosts Checkstyle DTD
    (since March 2019, actually…)
    
    Closes #118 pull request at github.com/apache/ant repo.
---
 src/etc/checkstyle/checkstyle-config | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/etc/checkstyle/checkstyle-config b/src/etc/checkstyle/checkstyle-config
index 2dae5e7..f0b46c5 100644
--- a/src/etc/checkstyle/checkstyle-config
+++ b/src/etc/checkstyle/checkstyle-config
@@ -1,5 +1,7 @@
 <?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
    contributor license agreements.  See the NOTICE file distributed with