From f460f4de148cfbefff2dd6848cfec7d89a5468d5 Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Sun, 9 Feb 2020 23:11:21 +0900 Subject: [PATCH] update checkstyle plugin. --- config/checkstyle/checkstyle-suppressions.xml | 5 +++- config/checkstyle/checkstyle.xml | 35 ++++++++++++++++++++++----- pom.xml | 4 +-- 3 files changed, 35 insertions(+), 9 deletions(-) diff --git a/config/checkstyle/checkstyle-suppressions.xml b/config/checkstyle/checkstyle-suppressions.xml index 1086722..2e99c89 100644 --- a/config/checkstyle/checkstyle-suppressions.xml +++ b/config/checkstyle/checkstyle-suppressions.xml @@ -6,7 +6,7 @@ + + + diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 44be546..5c27a3a 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -6,7 +6,7 @@ - + + + + @@ -44,18 +47,22 @@ + + - + + + @@ -70,10 +77,16 @@ + + + + + + @@ -139,6 +152,7 @@ + @@ -172,7 +186,9 @@ + + @@ -180,6 +196,7 @@ + @@ -188,6 +205,9 @@ + + + @@ -206,6 +226,9 @@ + + + @@ -220,6 +243,9 @@ + + + @@ -310,9 +336,6 @@ - - - diff --git a/pom.xml b/pom.xml index c73706c..edd4ce2 100644 --- a/pom.xml +++ b/pom.xml @@ -225,12 +225,12 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.0.0 + 3.1.0 com.puppycrawl.tools checkstyle - 8.20 + 8.29 -- 2.11.0