From ff2e1a7b843baa428a2f167b9a3ec3a8f13bc018 Mon Sep 17 00:00:00 2001 From: Hongxin Liang Date: Fri, 9 May 2025 09:12:31 +0200 Subject: [PATCH] chore: No more checkstyle Signed-off-by: Hongxin Liang --- checkstyle.xml | 133 ------------------------------------------------- pom.xml | 24 --------- 2 files changed, 157 deletions(-) delete mode 100644 checkstyle.xml diff --git a/checkstyle.xml b/checkstyle.xml deleted file mode 100644 index 0f171ceef..000000000 --- a/checkstyle.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index a416f2748..81f8504c6 100644 --- a/pom.xml +++ b/pom.xml @@ -656,26 +656,6 @@ - - maven-checkstyle-plugin - 3.1.1 - - checkstyle.xml - true - - true - true - utf-8 - - - - - check - - verify - - - org.apache.rat apache-rat-plugin @@ -688,7 +668,6 @@ **/dependency-reduced-pom.xml - **/target/checkstyle-result.xml **/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -795,9 +774,6 @@ org.apache.rat apache-rat-plugin - - maven-checkstyle-plugin - maven-enforcer-plugin