From 9bdd869316f8681c1a143bc4fc91c02d214575d9 Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Thu, 2 May 2024 17:49:54 +0100 Subject: [PATCH] Suppress SpringMethodVisibility Although not necessary from compiler perspective, visibility modifiers in private classes intentional. Although not enforced, it helps to make clarify the internal API. --- src/checkstyle/checkstyle-suppressions.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/checkstyle/checkstyle-suppressions.xml b/src/checkstyle/checkstyle-suppressions.xml index 9ae7cf93..b2901c7c 100644 --- a/src/checkstyle/checkstyle-suppressions.xml +++ b/src/checkstyle/checkstyle-suppressions.xml @@ -6,6 +6,9 @@ + + +