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.
2 parents 5c21c68 + 1e863c0 commit bdf5f48Copy full SHA for bdf5f48
src/checkstyle/checkstyle-suppressions.xml
@@ -8,7 +8,7 @@
8
<suppress files="[\\/]transaction-logs[\\/]" checks=".*" />
9
<suppress files="[\\/]target[\\/]" checks=".*" />
10
<suppress files="[\\/]build.log" checks=".*" />
11
- <suppress files=".+\.[jar|git|ico|p12]" checks=".*" />
+ <suppress files=".+\.(jar|git|ico|p12)" checks=".*" />
12
<suppress files="eclipse[\\/]spring-boot-project.setup" checks="NoHttp"/>
13
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
14
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />
0 commit comments