Skip to content

Commit 137de1a

Browse files
committed
Merge branch '2.1.x'
Closes gh-17084
2 parents b18fffa + 39b74b1 commit 137de1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checkstyle/checkstyle-suppressions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<suppress files="[\\/]transaction-logs[\\/]" checks=".*" />
1010
<suppress files="[\\/]target[\\/]" checks=".*" />
1111
<suppress files="[\\/]build.log" checks=".*" />
12-
<suppress files=".+\.[jar|git|ico|p12|svg|png]" checks=".*" />
12+
<suppress files=".+\.(jar|git|ico|p12|svg|png)" checks=".*" />
1313
<suppress files="eclipse[\\/]spring-boot-project.setup" checks="NoHttp"/>
1414
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
1515
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />

0 commit comments

Comments
 (0)