From 75c7a4e64594f2ca0f593bd57e2eebf585b28c5f Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 17 Apr 2024 09:10:56 +0800 Subject: [PATCH] =?UTF-8?q?:rewind:=20revert=20codestyle=20toolchain?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../checkstyle}/checkstyle-suppressions.xml | 0 .../ballcat => .etc/checkstyle}/checkstyle.xml | 0 ballcat-dependencies/pom.xml | 12 ------------ pom.xml | 6 ++---- toolchain/ballcat-codestyle/pom.xml | 12 ------------ 5 files changed, 2 insertions(+), 28 deletions(-) rename {toolchain/ballcat-codestyle/src/main/resources/ballcat => .etc/checkstyle}/checkstyle-suppressions.xml (100%) rename {toolchain/ballcat-codestyle/src/main/resources/ballcat => .etc/checkstyle}/checkstyle.xml (100%) delete mode 100644 toolchain/ballcat-codestyle/pom.xml diff --git a/toolchain/ballcat-codestyle/src/main/resources/ballcat/checkstyle-suppressions.xml b/.etc/checkstyle/checkstyle-suppressions.xml similarity index 100% rename from toolchain/ballcat-codestyle/src/main/resources/ballcat/checkstyle-suppressions.xml rename to .etc/checkstyle/checkstyle-suppressions.xml diff --git a/toolchain/ballcat-codestyle/src/main/resources/ballcat/checkstyle.xml b/.etc/checkstyle/checkstyle.xml similarity index 100% rename from toolchain/ballcat-codestyle/src/main/resources/ballcat/checkstyle.xml rename to .etc/checkstyle/checkstyle.xml diff --git a/ballcat-dependencies/pom.xml b/ballcat-dependencies/pom.xml index ccecc1363..9b0b8aafe 100644 --- a/ballcat-dependencies/pom.xml +++ b/ballcat-dependencies/pom.xml @@ -572,13 +572,6 @@ ballcat-spring-boot-starter-xss ${revision} - - - - org.ballcat - ballcat-codestyle - ${revision} - @@ -753,11 +746,6 @@ spring-javaformat-checkstyle ${spring-javaformat-checkstyle.version} - - org.ballcat - ballcat-codestyle - ${revision} - diff --git a/pom.xml b/pom.xml index 09bcf301c..9d5bf6916 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,6 @@ ballcat-dependencies - toolchain/ballcat-codestyle - common/ballcat-common-core common/ballcat-common-model common/ballcat-common-util @@ -355,8 +353,8 @@ checkstyle-validation validate - ballcat/checkstyle.xml - ballcat/checkstyle-suppressions.xml + .etc/checkstyle/checkstyle.xml + .etc/checkstyle/checkstyle-suppressions.xml true true true diff --git a/toolchain/ballcat-codestyle/pom.xml b/toolchain/ballcat-codestyle/pom.xml deleted file mode 100644 index 0e143d988..000000000 --- a/toolchain/ballcat-codestyle/pom.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - org.ballcat - ballcat-dependencies - ${revision} - ../../ballcat-dependencies/pom.xml - - 4.0.0 - ballcat-codestyle -