From e95ba4c2050e0922f34525743a78b2288f15a35f Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 17 Oct 2023 19:09:12 +0900 Subject: [PATCH] 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 0000000000..f881de5fd5 --- /dev/null +++ b/buildSrc/config/checkstyle/checkstyle.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + \ No newline at end of file