From 05647a0cfb4ec03ade1041c8eaf6da42dac9068e Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Tue, 7 May 2019 10:01:06 +0900 Subject: [PATCH] update checkstyle plugin. --- config/checkstyle/checkstyle-suppressions.xml | 17 ++++++--- config/checkstyle/checkstyle.xml | 53 ++++++++++++++++++--------- pom.xml | 5 +-- 3 files changed, 49 insertions(+), 26 deletions(-) diff --git a/config/checkstyle/checkstyle-suppressions.xml b/config/checkstyle/checkstyle-suppressions.xml index dcb855d..7865862 100644 --- a/config/checkstyle/checkstyle-suppressions.xml +++ b/config/checkstyle/checkstyle-suppressions.xml @@ -1,21 +1,24 @@ + "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" + "https://checkstyle.org/dtds/suppressions_1_2.dtd"> + + + @@ -23,6 +26,7 @@ + @@ -34,6 +38,9 @@ + + + diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index dbf68d3..44be546 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -1,16 +1,16 @@ + "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" + "https://checkstyle.org/dtds/configuration_1_3.dtd"> @@ -26,10 +26,9 @@ - - + - + @@ -78,15 +77,31 @@ + + + + + - - + + + + + + + + + + + + + @@ -164,7 +179,7 @@ - + @@ -182,7 +197,7 @@ - + @@ -225,14 +240,13 @@ - - - - + + + + - @@ -248,6 +262,8 @@ + + @@ -260,6 +276,7 @@ + @@ -352,7 +369,7 @@ - + 3.0.0-M3 0.8.3 - 2.17 - 6.19 + 3.0.0 + 8.20 ${project.basedir}/config/checkstyle/checkstyle.xml ${project.basedir}/config/checkstyle/checkstyle-suppressions.xml false @@ -154,7 +154,6 @@ com.puppycrawl.tools checkstyle - ${checkstyleruntime.version} -- 2.11.0