From e95ba4c2050e0922f34525743a78b2288f15a35f Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 17 Oct 2023 19:09:12 +0900 Subject: [PATCH 1/2] Enable checkstyle in buildSrc See gh-31445 --- buildSrc/config/checkstyle/checkstyle.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 buildSrc/config/checkstyle/checkstyle.xml diff --git a/buildSrc/config/checkstyle/checkstyle.xml b/buildSrc/config/checkstyle/checkstyle.xml new file mode 100644 index 00000000000..f881de5fd55 --- /dev/null +++ b/buildSrc/config/checkstyle/checkstyle.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + \ No newline at end of file From 27431b5138e16d6cd93ceedfba248e9de072fe0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Oct 2023 15:53:03 +0200 Subject: [PATCH 2/2] Polish "Enable checkstyle in buildSrc" See gh-31445 --- buildSrc/config/checkstyle/checkstyle.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/buildSrc/config/checkstyle/checkstyle.xml b/buildSrc/config/checkstyle/checkstyle.xml index f881de5fd55..d809e8dbbfb 100644 --- a/buildSrc/config/checkstyle/checkstyle.xml +++ b/buildSrc/config/checkstyle/checkstyle.xml @@ -1,9 +1,16 @@ - + + + + + + + + + +