Skip to content

Commit 857b96b

Browse files
committed
Merge branch '2.0.x' into 2.1.x
2 parents 0ef3310 + 3f3d1d1 commit 857b96b

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)