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