diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 56b663d3811..4242d95cb70 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -540,7 +540,9 @@ src/checkstyle/checkstyle-suppressions.xml true main.basedir=${main.basedir} - **\/*.* + ./ + **/* + .git/**/*,target/**/* check diff --git a/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml b/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml index 38fbb7d737c..139f518c6a0 100644 --- a/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml +++ b/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml @@ -3,7 +3,9 @@ "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd"> - + + + diff --git a/spring-boot-parent/src/checkstyle/nohttp-whitelist.txt b/spring-boot-parent/src/checkstyle/nohttp-whitelist.txt index 79936fb7c79..2c6f8a3b614 100644 --- a/spring-boot-parent/src/checkstyle/nohttp-whitelist.txt +++ b/spring-boot-parent/src/checkstyle/nohttp-whitelist.txt @@ -1 +1,2 @@ -^http://livereload.com/protocols/official-7$ +^http://livereload.com/protocols/official-7.* +^http://exslt.org/common.* diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index a771fbc9be0..f0a212453e9 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -172,7 +172,9 @@ ../spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml true main.basedir=${main.basedir} - **\/*.* + ./ + **/* + .git/**/*,target/**/* check