We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db75347 + 857b96b commit 071410cCopy full SHA for 071410c
src/checkstyle/checkstyle-suppressions.xml
@@ -4,6 +4,7 @@
4
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
5
<suppressions>
6
<suppress files="\.DS_Store" checks=".*" />
7
+ <suppress files="[\\/]spring-boot-gradle-plugin[\\/]build" checks=".*" />
8
<suppress files="[\\/]\.flattened-pom\.xml" checks=".*" />
9
<suppress files="[\\/]transaction-logs[\\/]" checks=".*" />
10
<suppress files="[\\/]target[\\/]" checks=".*" />
0 commit comments