From 43aa38586bf1f32334ed205359d7ec8a495d2b08 Mon Sep 17 00:00:00 2001 From: Vyacheslav Rusakov Date: Thu, 22 Apr 2021 16:13:42 +0700 Subject: [PATCH] disable checkstyle Indentation check due to often breaks and current ongoing regression --- CHANGELOG.md | 2 ++ .../ru/vyarus/quality/config/checkstyle/checkstyle.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b539212..c6dca65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ * Update checkstyle 8.39 -> 8.41.1 * Update checkstyle config: - Add [RecordComponentName](https://checkstyle.sourceforge.io/config_naming.html#RecordComponentName) + - Disable [Indentation](http://checkstyle.sourceforge.io/config_misc.html#Indentation) as causing problems too often + (currently in regression since 8.40) * Update pmd 6.31 -> 6.33 (java 16 support) * Update spotbugs 4.2.1 -> 4.2.3 * Update spotbugs plugin 4.6.0 -> 4.7.0 diff --git a/src/main/resources/ru/vyarus/quality/config/checkstyle/checkstyle.xml b/src/main/resources/ru/vyarus/quality/config/checkstyle/checkstyle.xml index 7ae5f26..6dc935e 100644 --- a/src/main/resources/ru/vyarus/quality/config/checkstyle/checkstyle.xml +++ b/src/main/resources/ru/vyarus/quality/config/checkstyle/checkstyle.xml @@ -187,7 +187,7 @@ - +