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 0c74b3c commit 1e863c0Copy full SHA for 1e863c0
spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml
@@ -6,7 +6,7 @@
6
<suppress files="[\\/]transaction-logs[\\/]" checks=".*" />
7
<suppress files="[\\/]target[\\/]" checks=".*" />
8
<suppress files="[\\/]build.log" checks=".*" />
9
- <suppress files=".+\.[jar|git|ico|p12]" checks=".*" />
+ <suppress files=".+\.(jar|git|ico|p12)" checks=".*" />
10
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
11
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />
12
<suppress files=".+Application\.java" checks="HideUtilityClassConstructor" />
0 commit comments