Skip to content

Commit 5a22ae6

Browse files
committed
Suppress NoHTTP checks on Shade-generated reduced dependency pom
Closes gh-17080
1 parent 1e863c0 commit 5a22ae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<suppress files="[\\/]target[\\/]" checks=".*" />
88
<suppress files="[\\/]build.log" checks=".*" />
99
<suppress files=".+\.(jar|git|ico|p12)" checks=".*" />
10+
<suppress files="dependency-reduced-pom.xml" checks="NoHttp" />
1011
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
1112
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />
1213
<suppress files=".+Application\.java" checks="HideUtilityClassConstructor" />

0 commit comments

Comments
 (0)