Skip to content

Commit

Permalink
[MCHECKSTYLE-375] - update all xml doctypes to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and eolivelli committed May 9, 2019
1 parent 6abad1c commit 850f7cc
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion src/it/MCHECKSTYLE-131/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd">
<module name="Checker">
<module name="JavadocPackage"/>
</module>
2 changes: 1 addition & 1 deletion src/it/MCHECKSTYLE-137/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd">
<module name="Checker">
<module name="TreeWalker">
<!-- Checks for Naming Conventions. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ under the License.
-->

<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
"-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN"
"https://checkstyle.org/dtds/suppressions_1_0.dtd">
<suppressions>
<suppress checks="LeftCurly" files="Suppressed\.java"/>
<suppress checks="EmptyBlock" files="Suppressed\.java"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ under the License.
-->

<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="Checker">
<module name="SuppressionFilter">
<property name="file" value="${checkstyle.suppressions.file}"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!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">
<module name="Checker">
<property name="charset" value="UTF-8"/>
</module>
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!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">
<module name="Checker">
</module>
2 changes: 1 addition & 1 deletion src/it/MCHECKSTYLE-193/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
~ specific language governing permissions and limitations
~ under the License.
-->
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd">
<!--
Checkstyle rules for Basis Technology.
-->
Expand Down
4 changes: 2 additions & 2 deletions src/it/MCHECKSTYLE-214-basedir-resource/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="Checker">
<module name="NewlineAtEndOfFile"/>
<module name="Translation"/>
Expand Down
4 changes: 2 additions & 2 deletions src/it/MCHECKSTYLE-219-no-license_failure/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ under the License.
-->

<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.2//EN"
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
"-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
"https://checkstyle.org/dtds/configuration_1_2.dtd">

<module name="Checker">

Expand Down
2 changes: 1 addition & 1 deletion src/it/MCHECKSTYLE-338/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
~ specific language governing permissions and limitations
~ under the License.
-->
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd">
<module name="Checker">
<module name="org.apache.maven.plugins.checkstyle.EmptyLoggingCheck">
<property name="severity" value="ignore" />
Expand Down
2 changes: 1 addition & 1 deletion src/it/MCHECKSTYLE-347/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
~ specific language governing permissions and limitations
~ under the License.
-->
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd">
<module name="Checker">
<module name="JavadocPackage"/>
</module>
4 changes: 2 additions & 2 deletions src/it/multi-modules-aggregate/maven_checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ under the License.
-->

<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.2//EN"
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
"-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
"https://checkstyle.org/dtds/configuration_1_2.dtd">

<!--
Checkstyle configuration that checks the Maven coding conventions from:
Expand Down
2 changes: 1 addition & 1 deletion src/it/multimoduleproject/checkstyle-dekies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd">

<module name="DEKIES">
<property name="localeCountry" value="DE"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ public abstract class AbstractCheckstyleReport
* Only used when you specify {@code checkstyleRules}.
*/
@Parameter( defaultValue = "<?xml version=\"1.0\"?>\n"
+ "<!DOCTYPE module PUBLIC \"-//Puppy Crawl//DTD Check Configuration 1.3//EN\"\n"
+ " \"http://www.puppycrawl.com/dtds/configuration_1_3.dtd\">\n" )
+ "<!DOCTYPE module PUBLIC \"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN\"\n"
+ " \"https://checkstyle.org/dtds/configuration_1_3.dtd\">\n" )
private String checkstyleRulesHeader;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ public class CheckstyleViolationCheckMojo
* Only used when you specify {@code checkstyleRules}.
*/
@Parameter( defaultValue = "<?xml version=\"1.0\"?>\n"
+ "<!DOCTYPE module PUBLIC \"-//Puppy Crawl//DTD Check Configuration 1.3//EN\"\n"
+ " \"http://www.puppycrawl.com/dtds/configuration_1_3.dtd\">\n" )
+ "<!DOCTYPE module PUBLIC \"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN\"\n"
+ " \"https://checkstyle.org/dtds/configuration_1_3.dtd\">\n" )
private String checkstyleRulesHeader;

/**
Expand Down
8 changes: 4 additions & 4 deletions src/site/apt/examples/custom-developed-checkstyle.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ mycompany-checkstyle-checks
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE checkstyle-packages PUBLIC
"-//Puppy Crawl//DTD Package Names 1.0//EN"
"http://www.puppycrawl.com/dtds/packages_1_0.dtd">
"-//Checkstyle//DTD Package Names Configuration 1.0//EN"
"https://checkstyle.org/dtds/packages_1_0.dtd">

<checkstyle-packages>
<package name="com.mycompany.checks"/>
Expand Down Expand Up @@ -203,8 +203,8 @@ mycompany-checkstyle-checks-1.0.jar
<?xml version="1.0" ?>

<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.2//EN"
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
"-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
"https://checkstyle.org/dtds/configuration_1_2.dtd">

<module name="Checker">
<module name="TreeWalker">
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/examples/custom-property-expansion.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Using Custom Checkstyle Property Expansion Definitions
<?xml version="1.0" ?>

<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.2//EN"
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
"-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
"https://checkstyle.org/dtds/configuration_1_2.dtd">

<module name="Checker">
<module name="TreeWalker">
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/examples/suppressions-filter.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Using a Suppressions Filter
<?xml version="1.0"?>

<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
"-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN"
"https://checkstyle.org/dtds/suppressions_1_0.dtd">

<suppressions>
<suppress checks="JavadocStyleCheck"
Expand Down

0 comments on commit 850f7cc

Please sign in to comment.