From cff1b4a22bb47c8bcf064d5e8da8c7d7ef67ea52 Mon Sep 17 00:00:00 2001 From: mdxd44 Date: Fri, 17 Dec 2021 19:31:55 +0900 Subject: Split projects. --- config/checkstyle/checkstyle.xml | 369 +++++++++++++++++++++++++++++++++++++ config/checkstyle/suppressions.xml | 16 ++ config/spotbugs/suppressions.xml | 7 + 3 files changed, 392 insertions(+) create mode 100644 config/checkstyle/checkstyle.xml create mode 100644 config/checkstyle/suppressions.xml create mode 100644 config/spotbugs/suppressions.xml (limited to 'config') diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml new file mode 100644 index 0000000..f6a501f --- /dev/null +++ b/config/checkstyle/checkstyle.xml @@ -0,0 +1,369 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/checkstyle/suppressions.xml b/config/checkstyle/suppressions.xml new file mode 100644 index 0000000..caae7d8 --- /dev/null +++ b/config/checkstyle/suppressions.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + diff --git a/config/spotbugs/suppressions.xml b/config/spotbugs/suppressions.xml new file mode 100644 index 0000000..3b4b6f6 --- /dev/null +++ b/config/spotbugs/suppressions.xml @@ -0,0 +1,7 @@ + + + + + + + -- cgit