Skip to content

Commit 3f3d1d1

Browse files
committed
Ignore Gradle plugin build output
1 parent 7fc0197 commit 3f3d1d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/checkstyle/checkstyle-suppressions.xml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
44
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
55
<suppressions>
6+
<suppress files="[\\/]spring-boot-gradle-plugin[\\/]build" checks=".*" />
67
<suppress files="[\\/]\.flattened-pom\.xml" checks=".*" />
78
<suppress files="[\\/]transaction-logs[\\/]" checks=".*" />
89
<suppress files="[\\/]target[\\/]" checks=".*" />

0 commit comments

Comments
 (0)