From e35a72aab41b75ada8ac558f1b21058b100004f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 04:11:28 +0000 Subject: [PATCH 1/3] chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.45.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7c15cec38..7d9cae27b 100644 --- a/pom.xml +++ b/pom.xml @@ -419,7 +419,7 @@ com.puppycrawl.tools checkstyle - 8.31 + 8.45.1 From ab909941e7a47a305360c242b39c0bcb44cc4957 Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Sat, 1 Oct 2022 21:31:43 -0700 Subject: [PATCH 2/3] scope property went away in the latest version https://github.com/jshiell/checkstyle-idea/issues/525#issuecomment-832084505 Signed-off-by: Justin Abrahms --- checkstyle.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index 9e524577a..2e9ee6364 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -280,14 +280,14 @@ value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/> - + - + From 2fca01ffcfb8a4d3946d71e64fa2f63d39631204 Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Sat, 1 Oct 2022 21:34:38 -0700 Subject: [PATCH 3/3] scope wasn't deleted on the other one Signed-off-by: Justin Abrahms --- checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index 2e9ee6364..a52e1bf7d 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -287,7 +287,7 @@ - +