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 b0fffbe commit 9433ad2Copy full SHA for 9433ad2
spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml
@@ -4,6 +4,7 @@
4
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
5
<suppressions>
6
<suppress files="[\\/]target[\\/]" checks=".*" />
7
+ <suppress files=".*" checks="SpringMethodVisibility"/>
8
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
9
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />
10
<suppress files=".+Application\.java" checks="HideUtilityClassConstructor" />
0 commit comments