From 1ed71698da1518c574cc21c3e32b97a56b1fb6e2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Oct 2021 19:53:01 +0000 Subject: [PATCH 1/4] deps: update dependency com.puppycrawl.tools:checkstyle to v9 --- pom.xml | 2 +- samples/dailymotion-simple-cmdline-sample/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6fc5609c3..0e35944ab 100644 --- a/pom.xml +++ b/pom.xml @@ -667,7 +667,7 @@ com.puppycrawl.tools checkstyle - 8.23 + 9.0.1 diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml index 969cb37c7..02bc39a44 100644 --- a/samples/dailymotion-simple-cmdline-sample/pom.xml +++ b/samples/dailymotion-simple-cmdline-sample/pom.xml @@ -95,7 +95,7 @@ com.puppycrawl.tools checkstyle - 8.23 + 9.0.1 From 6b2a320bdc99c0fef346ccdc6bf7ef8f44eee2c0 Mon Sep 17 00:00:00 2001 From: Chanseok Oh Date: Thu, 7 Oct 2021 16:02:38 -0400 Subject: [PATCH 2/4] Fix checkstyle config --- checkstyle.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index d7917523a..507562cf0 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -32,6 +32,11 @@ + + + + + @@ -46,10 +51,6 @@ - - - - From 8c30d4d527422de2395895def8a2b5b8bac5d909 Mon Sep 17 00:00:00 2001 From: Chanseok Oh Date: Thu, 7 Oct 2021 16:08:57 -0400 Subject: [PATCH 3/4] Fix checkstyle config --- checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index 507562cf0..f739eeeaf 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -240,7 +240,7 @@ value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/> - + From 9d72ad3441a5982b054008e5555d9cbe6a51ea82 Mon Sep 17 00:00:00 2001 From: Chanseok Oh Date: Thu, 7 Oct 2021 16:18:51 -0400 Subject: [PATCH 4/4] Fix checkstyle config --- checkstyle.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index f739eeeaf..37934c4a6 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -242,10 +242,9 @@ - - +