From 8a19e1ae5ef47fea450a742788f6428750ea9afa Mon Sep 17 00:00:00 2001 From: huangx Date: Tue, 22 Feb 2022 10:34:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9checkstyle.xml=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E7=89=88=E6=9C=AC=E5=A5=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- checkstyle-v1.0.xml | 146 ++++++++++++++++++++++++++++++++++++++++++++ checkstyle.xml | 146 -------------------------------------------- pom.xml | 2 +- 3 files changed, 147 insertions(+), 147 deletions(-) create mode 100644 checkstyle-v1.0.xml delete mode 100644 checkstyle.xml diff --git a/checkstyle-v1.0.xml b/checkstyle-v1.0.xml new file mode 100644 index 0000000..38adca5 --- /dev/null +++ b/checkstyle-v1.0.xml @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/checkstyle.xml b/checkstyle.xml deleted file mode 100644 index 8a941e9..0000000 --- a/checkstyle.xml +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index e54536d..71aa570 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ false - checkstyle.xml + checkstyle-v1.0.xml