From a006aa11b942b15105b0980fa846579e556a6ef4 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 21 Feb 2022 14:16:37 +0100 Subject: [PATCH] Add Checkstyle config --- config/checkstyle/checkstyle.xml | 218 +++++++++++++++++++++++++++++ config/checkstyle/suppressions.xml | 19 +++ 2 files changed, 237 insertions(+) create mode 100644 config/checkstyle/checkstyle.xml create mode 100644 config/checkstyle/suppressions.xml diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml new file mode 100644 index 0000000..bf1878e --- /dev/null +++ b/config/checkstyle/checkstyle.xml @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/checkstyle/suppressions.xml b/config/checkstyle/suppressions.xml new file mode 100644 index 0000000..1314d44 --- /dev/null +++ b/config/checkstyle/suppressions.xml @@ -0,0 +1,19 @@ + + + + + + + + + +