From fb132c40281b7b22c86cbefe676e645754f7eabe Mon Sep 17 00:00:00 2001 From: Scott Hamrick <2623452+cshamrick@users.noreply.github.com> Date: Thu, 13 Nov 2025 10:07:32 -0600 Subject: [PATCH] chore(sdk) add checkstyle Signed-off-by: Scott Hamrick <2623452+cshamrick@users.noreply.github.com> --- checkstyle-suppressions.xml | 47 +++++++++ checkstyle.xml | 199 ++++++++++++++++++++++++++++++++++++ pom.xml | 18 ++++ 3 files changed, 264 insertions(+) create mode 100644 checkstyle-suppressions.xml create mode 100644 checkstyle.xml diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml new file mode 100644 index 00000000..00ae34cb --- /dev/null +++ b/checkstyle-suppressions.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/checkstyle.xml b/checkstyle.xml new file mode 100644 index 00000000..1bf40b3e --- /dev/null +++ b/checkstyle.xml @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index b6860291..62457c7f 100644 --- a/pom.xml +++ b/pom.xml @@ -213,6 +213,11 @@ maven-deploy-plugin 3.1.2 + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.6.0 + @@ -275,6 +280,19 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + + validate + validate + + check + + + +