Skip to content

Commit

Permalink
minor: use names dtd references
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Dec 30, 2022
1 parent 5180373 commit 85d8805
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sevntu-checks/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">
"-//Checkstyle//DTD ImportControl Configuration 1.3//EN"
"https://checkstyle.org/dtds/import_control_1_3.dtd">

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

Expand Down
4 changes: 2 additions & 2 deletions sevntu-checkstyle-sonar-plugin/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">
"-//Checkstyle//DTD ImportControl Configuration 1.3//EN"
"https://checkstyle.org/dtds/import_control_1_3.dtd">

<import-control pkg="com.github.sevntu.checkstyle.sonar">
<allow pkg=".*" regex="true" />
Expand Down
4 changes: 2 additions & 2 deletions sevntu-checkstyle-sonar-plugin/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">
"-//Checkstyle//DTD ImportControl Configuration 1.2//EN"
"https://checkstyle.org/dtds/import_control_1_2.dtd">

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

Expand Down

0 comments on commit 85d8805

Please sign in to comment.