This is an automated email from the ASF dual-hosted git repository. openinx pushed a commit to branch HBASE-21879 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit b1545c3fd0bc2a60195b7827910fb9c41c23049d Author: stack <[email protected]> AuthorDate: Fri Mar 8 08:49:06 2019 -0800 HBASE-21990 puppycrawl checkstyle dtds 404... moved to sourceforge ADDENDUM -- dtds moved location. See https://github.com/checkstyle/checkstyle/issues/6478 --- .../src/main/resources/hbase/checkstyle-suppressions.xml | 7 ------- hbase-checkstyle/src/main/resources/hbase/checkstyle.xml | 7 ++++--- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml index 1274426..6e74311 100644 --- a/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml +++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml @@ -3,13 +3,6 @@ "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd"> <!-- - TODO Update to use the message suppression filter once we can update - to checkstyle 8.6+ -<!DOCTYPE suppressions PUBLIC - "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" - "https://checkstyle.org/dtds/suppressions_1_2.dtd"> ---> - <!-- /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml index 746bd11..2001ae7 100644 --- a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml +++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" - "http://checkstyle.sourceforge.net/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
