Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Muehlbachler committed Mar 5, 2019
1 parent 3bcbe9d commit 51c97f5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion checkstyle-sonar-plugin/config/import-control-test.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE import-control PUBLIC
"-//Puppy Crawl//DTD Import Control 1.3//EN"
"http://checkstyle.sourceforge.net/dtds/import_control_1_3.dtd">
"https://checkstyle.org/dtds/import_control_1_3.dtd">

<import-control pkg="org.sonar.plugins.checkstyle">

Expand Down
2 changes: 1 addition & 1 deletion checkstyle-sonar-plugin/config/import-control.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE import-control PUBLIC
"-//Puppy Crawl//DTD Import Control 1.2//EN"
"http://checkstyle.sourceforge.net/dtds/import_control_1_2.dtd">
"https://checkstyle.org/dtds/import_control_1_2.dtd">

<import-control pkg="com.github.sevntu.checkstyle">

Expand Down
2 changes: 1 addition & 1 deletion checkstyle-sonar-plugin/config/sevntu_suppressions.xml
Expand Up @@ -2,7 +2,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">

<suppressions>
<!-- START of legacy code, all violations will be resolved during transition to main project -->
Expand Down
2 changes: 1 addition & 1 deletion checkstyle-sonar-plugin/config/suppressions-xpath.xml
Expand Up @@ -2,7 +2,7 @@

<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions Xpath Experimental 1.2//EN"
"http://checkstyle.sourceforge.net/dtds/suppressions_1_2_xpath_experimental.dtd">
"https://checkstyle.org/dtds/suppressions_1_2_xpath_experimental.dtd">

<suppressions>

Expand Down
2 changes: 1 addition & 1 deletion checkstyle-sonar-plugin/config/suppressions.xml
Expand Up @@ -2,7 +2,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">

<suppressions>
<!-- START of legacy code, all violations will be resolved during transition to main project -->
Expand Down
Expand Up @@ -49,7 +49,7 @@ public class CheckstyleProfileExporter extends ProfileExporter {

public static final String DOCTYPE_DECLARATION =
"<!DOCTYPE module PUBLIC \"-//Puppy Crawl//DTD Check Configuration 1.2//EN\" "
+ "\"http://www.puppycrawl.com/dtds/configuration_1_2.dtd\">";
+ "\"https://checkstyle.org/dtds/configuration_1_2.dtd\">";
private static final String CLOSE_MODULE = "</module>";

private final Configuration configuration;
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd">
<!-- Generated by Sonar -->
<module name="Checker">
<module name="JavadocPackage">
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd">
<!-- Generated by Sonar -->
<module name="Checker">
<module name="JavadocPackage">
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd">
<!-- Generated by Sonar -->
<module name="Checker">
<module name="JavadocPackage">
Expand Down
2 changes: 1 addition & 1 deletion checkstyle-sonar-plugin/test-resources/checkstyle-conf.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd">
<!-- Generated by Sonar -->
<module name="Checker">
<module name="JavadocPackage">
Expand Down

0 comments on commit 51c97f5

Please sign in to comment.