From fb99badf16072b3e49aca422abe8e5be184b1af8 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Thu, 21 Aug 2025 01:45:36 +0900 Subject: [PATCH 1/2] Remove redundant suppressions from Checkstyle configuration See gh-46927 Signed-off-by: Johnny Lim --- src/checkstyle/checkstyle-suppressions.xml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/checkstyle/checkstyle-suppressions.xml b/src/checkstyle/checkstyle-suppressions.xml index 0376f090bf7..ad87cca497b 100644 --- a/src/checkstyle/checkstyle-suppressions.xml +++ b/src/checkstyle/checkstyle-suppressions.xml @@ -19,24 +19,19 @@ - - - - - + - @@ -50,11 +45,7 @@ - - - - @@ -66,21 +57,15 @@ - - - - - - From 8b7145802503dc00720e24db67144e568648c96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 21 Aug 2025 07:31:40 +0200 Subject: [PATCH 2/2] Adapt checkstyle rules for 3.4.x See gh-46927 --- src/checkstyle/checkstyle-suppressions.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/checkstyle/checkstyle-suppressions.xml b/src/checkstyle/checkstyle-suppressions.xml index ad87cca497b..434c59c3ec5 100644 --- a/src/checkstyle/checkstyle-suppressions.xml +++ b/src/checkstyle/checkstyle-suppressions.xml @@ -27,7 +27,7 @@ - + @@ -45,7 +45,10 @@ + + +