From 47345824ad5038f78b1c99a1794ccd326eacf257 Mon Sep 17 00:00:00 2001 From: psxjoy Date: Wed, 5 Feb 2025 13:30:16 +0800 Subject: [PATCH] ci: add Checkstyle properties file (#216) * ci: add Checkstyle properties file --- style/checkstyle/fastexcel_checkstyle.xml | 105 ++++++++++++++++++ ...{codestyle.xml => fastexcel_codestyle.xml} | 0 ...{codestyle.xml => fastexcel_codestyle.xml} | 0 3 files changed, 105 insertions(+) create mode 100644 style/checkstyle/fastexcel_checkstyle.xml rename style/codestyle/eclipse/{codestyle.xml => fastexcel_codestyle.xml} (100%) rename style/codestyle/idea/{codestyle.xml => fastexcel_codestyle.xml} (100%) diff --git a/style/checkstyle/fastexcel_checkstyle.xml b/style/checkstyle/fastexcel_checkstyle.xml new file mode 100644 index 0000000..0062024 --- /dev/null +++ b/style/checkstyle/fastexcel_checkstyle.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/style/codestyle/eclipse/codestyle.xml b/style/codestyle/eclipse/fastexcel_codestyle.xml similarity index 100% rename from style/codestyle/eclipse/codestyle.xml rename to style/codestyle/eclipse/fastexcel_codestyle.xml diff --git a/style/codestyle/idea/codestyle.xml b/style/codestyle/idea/fastexcel_codestyle.xml similarity index 100% rename from style/codestyle/idea/codestyle.xml rename to style/codestyle/idea/fastexcel_codestyle.xml