Skip to content

Commit 1e863c0

Browse files
committed
Fix suppression for .jar, .git, .ico, .p12, .svg, and .png files
Closes gh-17082
1 parent 0c74b3c commit 1e863c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<suppress files="[\\/]transaction-logs[\\/]" checks=".*" />
77
<suppress files="[\\/]target[\\/]" checks=".*" />
88
<suppress files="[\\/]build.log" checks=".*" />
9-
<suppress files=".+\.[jar|git|ico|p12]" checks=".*" />
9+
<suppress files=".+\.(jar|git|ico|p12)" checks=".*" />
1010
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
1111
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />
1212
<suppress files=".+Application\.java" checks="HideUtilityClassConstructor" />

0 commit comments

Comments
 (0)