diff --git a/pom.xml b/pom.xml
index 0a389dcbae..094506ab56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,7 @@
0.0.9
+ 0.0.1.RELEASE
@@ -43,6 +44,11 @@
spring-javaformat-checkstyle
${spring-javaformat.version}
+
+ io.spring.nohttp
+ nohttp-checkstyle
+ ${nohttp-checkstyle.version}
+
@@ -54,6 +60,7 @@
src/checkstyle/checkstyle-suppressions.xml
true
main.basedir=${main.basedir}
+ **\/*.*
check
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-schema.ldif b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-schema.ldif
index a561a201cb..2bb925dd6d 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-schema.ldif
+++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-schema.ldif
@@ -14,4 +14,4 @@ objectClasses: ( 1.3.6.1.4.1.32473.1.2.2
SUP top
AUXILIARY
MAY exampleAttributeName
- X-ORIGIN 'Managing Schema Document' )
\ No newline at end of file
+ X-ORIGIN 'Managing Schema Document' )
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.ftl b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.ftl
index 8f4052a5c9..0d82d79c85 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.ftl
+++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.ftl
@@ -1 +1 @@
-custom
\ No newline at end of file
+custom
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.tpl b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.tpl
index 06b9992513..cd07d3d3c6 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.tpl
+++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.tpl
@@ -1 +1 @@
-yield "custom"
\ No newline at end of file
+yield "custom"
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.vm b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.vm
index 8f4052a5c9..0d82d79c85 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.vm
+++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/custom-templates/custom.vm
@@ -1 +1 @@
-custom
\ No newline at end of file
+custom
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/data.sql b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/data.sql
index 0d31554b97..487614d440 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/data.sql
+++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/data.sql
@@ -1 +1 @@
-INSERT INTO BAR VALUES (1, 'Andy');
\ No newline at end of file
+INSERT INTO BAR VALUES (1, 'Andy');
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/ehcache3.xml b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/ehcache3.xml
index 73d27c811d..575fd7cdbb 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/ehcache3.xml
+++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/ehcache3.xml
@@ -23,4 +23,4 @@
-
\ No newline at end of file
+
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/logback-test.xml b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/logback-test.xml
index ee27473400..b8a41480d7 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/logback-test.xml
+++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/logback-test.xml
@@ -1,4 +1,4 @@
-
\ No newline at end of file
+
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo.html b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo.html
index 18624afa99..fa22264e23 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo.html
+++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo.html
@@ -1 +1 @@
-Hello {{World}}
\ No newline at end of file
+Hello {{World}}
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/home.html b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/home.html
index 0e134df2ec..a13594e5ad 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/home.html
+++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/home.html
@@ -6,4 +6,4 @@
A Message
{{message}} at {{time}}