diff --git a/checkstyle.xml b/checkstyle.xml deleted file mode 100644 index 674467d..0000000 --- a/checkstyle.xml +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/main/java/com/example/linter/Second.java b/src/main/java/com/example/linter/Second.java index b10fc08..b37e929 100644 --- a/src/main/java/com/example/linter/Second.java +++ b/src/main/java/com/example/linter/Second.java @@ -1,4 +1,3 @@ package com.example.linter; - -public class Second { + public class Second { } diff --git a/src/main/java/com/example/linter/TestClass.java b/src/main/java/com/example/linter/TestClass.java index f78f72c..f580400 100644 --- a/src/main/java/com/example/linter/TestClass.java +++ b/src/main/java/com/example/linter/TestClass.java @@ -1,4 +1,5 @@ package com.example.linter; -public class TestClass { -} +import org.springframework.boot.autoconfigure.*; + +public class TestClass{} diff --git a/src/main/java/com/example/linter/Third.java b/src/main/java/com/example/linter/Third.java index 6af7dd0..5404883 100644 --- a/src/main/java/com/example/linter/Third.java +++ b/src/main/java/com/example/linter/Third.java @@ -1,2 +1,2 @@ -package com.example.linter;public class Third { -} +package com.example.linter; + public class Third {}