Browse Source

Polish "Use HTTPS for external links from XML files where possible"

See gh-16311
1.3.x
Andy Wilkinson 7 years ago
parent
commit
24afa5951b
  1. 4
      spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml
  2. 2
      spring-boot-parent/src/checkstyle/checkstyle.xml

4
spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"https://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />

2
spring-boot-parent/src/checkstyle/checkstyle.xml

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "https://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">
<module name="Checker">
<!-- Root Checks -->

Loading…
Cancel
Save