Skip to content

Commit bdf5f48

Browse files
committed
Merge branch '1.5.x' into 2.0.x
2 parents 5c21c68 + 1e863c0 commit bdf5f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checkstyle/checkstyle-suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<suppress files="[\\/]transaction-logs[\\/]" checks=".*" />
99
<suppress files="[\\/]target[\\/]" checks=".*" />
1010
<suppress files="[\\/]build.log" checks=".*" />
11-
<suppress files=".+\.[jar|git|ico|p12]" checks=".*" />
11+
<suppress files=".+\.(jar|git|ico|p12)" checks=".*" />
1212
<suppress files="eclipse[\\/]spring-boot-project.setup" checks="NoHttp"/>
1313
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
1414
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />

0 commit comments

Comments
 (0)