From f18cded3a7408bd8d953d99238963826019c88df Mon Sep 17 00:00:00 2001 From: Manuel Fuhr Date: Sat, 9 Jul 2022 07:43:57 +0200 Subject: [PATCH] Enable checkstyle checks Basic indention / formatting checks but suppressed for most modules because they currently fail the checks. --- config/checkstyle/checkstyle.xml | 6 ++++-- config/checkstyle/suppressions.xml | 7 +++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 5eb174f..e36cf2e 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -8,9 +8,11 @@ - + - + + + diff --git a/config/checkstyle/suppressions.xml b/config/checkstyle/suppressions.xml index 0755c89..c1d43b6 100644 --- a/config/checkstyle/suppressions.xml +++ b/config/checkstyle/suppressions.xml @@ -5,4 +5,11 @@ "https://checkstyle.org/dtds/suppressions_1_2.dtd"> + + + + + + +