From 41c9ef886d473eb2756fa74a63c15aecc663aa0a Mon Sep 17 00:00:00 2001 From: Mkydy <2062771709@qq.com> Date: Sat, 14 May 2022 15:43:41 +0800 Subject: [PATCH] =?UTF-8?q?[NO]:=20FR202205270001=20[Describe]:=20?= =?UTF-8?q?=E9=9B=86=E6=88=90checkstyle=E6=8F=92=E4=BB=B6=20[Issues]:=20NO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CI/checkstyle/google_checks.xml | 364 ++++++++++++++++++++++++++++++++ CI/checkstyle/sun_checks.xml | 186 ++++++++++++++++ pom.xml | 12 ++ 3 files changed, 562 insertions(+) create mode 100644 CI/checkstyle/google_checks.xml create mode 100644 CI/checkstyle/sun_checks.xml diff --git a/CI/checkstyle/google_checks.xml b/CI/checkstyle/google_checks.xml new file mode 100644 index 0000000..5e7003e --- /dev/null +++ b/CI/checkstyle/google_checks.xml @@ -0,0 +1,364 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/CI/checkstyle/sun_checks.xml b/CI/checkstyle/sun_checks.xml new file mode 100644 index 0000000..4e98f3f --- /dev/null +++ b/CI/checkstyle/sun_checks.xml @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index b3b62d7..2c93a02 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,18 @@ zh_CN + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.2 + + CI/checkstyle/sun_checks.xml + UTF-8 + true + true + false + + -- Gitee