From 7ac2e7ba0edacec95dbb087e62aafccf2badc3dd Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 25 Sep 2025 23:56:38 +0200 Subject: [PATCH] Remove checkstyle plugin --- build.gradle | 6 - config/checkstyle/checkstyle.xml | 232 ----------------------------- config/checkstyle/suppressions.xml | 19 --- 3 files changed, 257 deletions(-) delete mode 100644 config/checkstyle/checkstyle.xml delete mode 100644 config/checkstyle/suppressions.xml diff --git a/build.gradle b/build.gradle index 4b82227..81aabc4 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,6 @@ allprojects { apply plugin: 'idea' apply plugin: 'eclipse' apply plugin: 'jacoco' - apply plugin: 'checkstyle' apply plugin: 'kotlin' apply plugin: 'kotlin-kapt' apply plugin: 'com.diffplug.spotless' @@ -40,11 +39,6 @@ allprojects { onlyIf { !sourceSets.main.allSource.files.isEmpty() } } - // checkstyle - checkstyle { - toolVersion = '8.18' - } - spotless { kotlin { ktfmt().dropboxStyle() diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml deleted file mode 100644 index 06e167f..0000000 --- a/config/checkstyle/checkstyle.xml +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/config/checkstyle/suppressions.xml b/config/checkstyle/suppressions.xml deleted file mode 100644 index 1314d44..0000000 --- a/config/checkstyle/suppressions.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - -