We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e863c0 commit 5a22ae6Copy full SHA for 5a22ae6
spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml
@@ -7,6 +7,7 @@
7
<suppress files="[\\/]target[\\/]" checks=".*" />
8
<suppress files="[\\/]build.log" checks=".*" />
9
<suppress files=".+\.(jar|git|ico|p12)" checks=".*" />
10
+ <suppress files="dependency-reduced-pom.xml" checks="NoHttp" />
11
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
12
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />
13
<suppress files=".+Application\.java" checks="HideUtilityClassConstructor" />
0 commit comments