Skip to content

Commit 9433ad2

Browse files
committed
Ignore SpringMethodVisibility check
Ignore the new `SpringMethodVisibility` on released versions since the required changes can introduce subtle bugs. See gh-17359
1 parent b0fffbe commit 9433ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
55
<suppressions>
66
<suppress files="[\\/]target[\\/]" checks=".*" />
7+
<suppress files=".*" checks="SpringMethodVisibility"/>
78
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
89
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />
910
<suppress files=".+Application\.java" checks="HideUtilityClassConstructor" />

0 commit comments

Comments
 (0)