From 489cbd528e8c8b25ebfb07d33e9050fa5996839c Mon Sep 17 00:00:00 2001 From: Shai Almog <67850168+shai-almog@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:58:14 +0200 Subject: [PATCH] Add checkstyle config for IntelliJ style --- maven/core-unittests/checkstyle.xml | 23 +++++++++++++++++++++++ maven/core-unittests/pom.xml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 maven/core-unittests/checkstyle.xml diff --git a/maven/core-unittests/checkstyle.xml b/maven/core-unittests/checkstyle.xml new file mode 100644 index 0000000000..0a98b313aa --- /dev/null +++ b/maven/core-unittests/checkstyle.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/maven/core-unittests/pom.xml b/maven/core-unittests/pom.xml index 1096be32c0..28d4621ef4 100644 --- a/maven/core-unittests/pom.xml +++ b/maven/core-unittests/pom.xml @@ -116,7 +116,7 @@ maven-checkstyle-plugin 3.3.0 - google_checks.xml + ${project.basedir}/checkstyle.xml ${project.build.sourceEncoding} false false