Skip to content

Commit 071410c

Browse files
committed
Merge branch '2.1.x'
2 parents db75347 + 857b96b commit 071410c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/checkstyle/checkstyle-suppressions.xml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
55
<suppressions>
66
<suppress files="\.DS_Store" checks=".*" />
7+
<suppress files="[\\/]spring-boot-gradle-plugin[\\/]build" checks=".*" />
78
<suppress files="[\\/]\.flattened-pom\.xml" checks=".*" />
89
<suppress files="[\\/]transaction-logs[\\/]" checks=".*" />
910
<suppress files="[\\/]target[\\/]" checks=".*" />

0 commit comments

Comments
 (0)