We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc0197 commit 3f3d1d1Copy full SHA for 3f3d1d1
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