From 9433ad2222ffd72d6cdb94c7362f8a57dfc04e1f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 28 Jun 2019 21:15:01 -0700 Subject: [PATCH] Ignore SpringMethodVisibility check Ignore the new `SpringMethodVisibility` on released versions since the required changes can introduce subtle bugs. See gh-17359 --- spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml b/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml index 64f1fde520..d2deda4063 100644 --- a/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml +++ b/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml @@ -4,6 +4,7 @@ "https://checkstyle.org/dtds/suppressions_1_2.dtd"> +