diff --git a/ci/tasks/build-pr-project.yml b/ci/tasks/build-pr-project.yml
index 9430bc0057..b4576a4849 100644
--- a/ci/tasks/build-pr-project.yml
+++ b/ci/tasks/build-pr-project.yml
@@ -8,4 +8,4 @@ caches:
- path: maven
- path: gradle
run:
- path: git-repo/ci/scripts/build-project.sh
\ No newline at end of file
+ path: git-repo/ci/scripts/build-project.sh
diff --git a/pom.xml b/pom.xml
index 094506ab56..f6f4671362 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,9 @@
src/checkstyle/checkstyle-suppressions.xml
true
main.basedir=${main.basedir}
- **\/*.*
+ ./
+ **/*
+ .git/**/*,target/**/*
check
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html
index 8b13789179..139597f9cb 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html
+++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html
@@ -1 +1,2 @@
+
diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded
+++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA
+++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC
+++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB
+++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD
+++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three
+++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE
+++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF
+++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl b/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl
index f00a6e8da0..b591847fa4 100644
--- a/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl
+++ b/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl
@@ -28,4 +28,4 @@
-
\ No newline at end of file
+
diff --git a/spring-boot-project/spring-boot-dependencies/src/main/xslt/single-project.xsl b/spring-boot-project/spring-boot-dependencies/src/main/xslt/single-project.xsl
index 895d255cad..6ceb1e59f8 100644
--- a/spring-boot-project/spring-boot-dependencies/src/main/xslt/single-project.xsl
+++ b/spring-boot-project/spring-boot-dependencies/src/main/xslt/single-project.xsl
@@ -3,4 +3,4 @@
-
\ No newline at end of file
+
diff --git a/spring-boot-project/spring-boot-starters/src/main/assembly/starter-poms-assembly.xml b/spring-boot-project/spring-boot-starters/src/main/assembly/starter-poms-assembly.xml
index cbc5e48bec..dc90e356e2 100644
--- a/spring-boot-project/spring-boot-starters/src/main/assembly/starter-poms-assembly.xml
+++ b/spring-boot-project/spring-boot-starters/src/main/assembly/starter-poms-assembly.xml
@@ -19,4 +19,4 @@
-
\ No newline at end of file
+
diff --git a/spring-boot-project/spring-boot-test/src/main/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensions.kt b/spring-boot-project/spring-boot-test/src/main/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensions.kt
index 064e821baa..d8141d7220 100644
--- a/spring-boot-project/spring-boot-test/src/main/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensions.kt
+++ b/spring-boot-project/spring-boot-test/src/main/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensions.kt
@@ -274,4 +274,4 @@ inline fun TestRestTemplate.exchange(url: URI, method: HttpMet
*/
@Throws(RestClientException::class)
inline fun TestRestTemplate.exchange(requestEntity: RequestEntity<*>): ResponseEntity =
- exchange(requestEntity, object : ParameterizedTypeReference() {})
\ No newline at end of file
+ exchange(requestEntity, object : ParameterizedTypeReference() {})
diff --git a/spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources b/spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources
+++ b/spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-test/src/test/resources/public/inpublic b/spring-boot-project/spring-boot-test/src/test/resources/public/inpublic
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-test/src/test/resources/public/inpublic
+++ b/spring-boot-project/spring-boot-test/src/test/resources/public/inpublic
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-test/src/test/resources/resources/inresources b/spring-boot-project/spring-boot-test/src/test/resources/resources/inresources
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-test/src/test/resources/resources/inresources
+++ b/spring-boot-project/spring-boot-test/src/test/resources/resources/inresources
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-test/src/test/resources/static/instatic b/spring-boot-project/spring-boot-test/src/test/resources/static/instatic
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-test/src/test/resources/static/instatic
+++ b/spring-boot-project/spring-boot-test/src/test/resources/static/instatic
@@ -0,0 +1 @@
+
diff --git a/spring-boot-project/spring-boot-test/src/test/webapp/inwebapp b/spring-boot-project/spring-boot-test/src/test/webapp/inwebapp
index e69de29bb2..8b13789179 100644
--- a/spring-boot-project/spring-boot-test/src/test/webapp/inwebapp
+++ b/spring-boot-project/spring-boot-test/src/test/webapp/inwebapp
@@ -0,0 +1 @@
+
diff --git a/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html b/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html
index 325c1f7946..474e67a1c0 100644
--- a/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html
+++ b/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html
@@ -3,4 +3,4 @@
Hello
Hello World!