From 06d6462c477f7030b451d036ce886d0d940f5d18 Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Tue, 4 Jun 2019 21:09:12 +0900 Subject: [PATCH] reducing checkstyle warnings. --- config/checkstyle/checkstyle-suppressions.xml | 5 +++++ config/checkstyle/checkstyle.xml | 32 ++++++++++++++++++++++----- pom.xml | 12 +++++----- 3 files changed, 37 insertions(+), 12 deletions(-) diff --git a/config/checkstyle/checkstyle-suppressions.xml b/config/checkstyle/checkstyle-suppressions.xml index 1086722..9b0570a 100644 --- a/config/checkstyle/checkstyle-suppressions.xml +++ b/config/checkstyle/checkstyle-suppressions.xml @@ -31,12 +31,17 @@ + + + + + diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 8080bd3..7d19930 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -6,7 +6,7 @@ - + + @@ -32,6 +33,7 @@ + @@ -44,18 +46,21 @@ + + - + + @@ -70,10 +75,12 @@ + + @@ -188,7 +195,9 @@ - + + + @@ -220,6 +229,8 @@ + + @@ -344,8 +355,17 @@ - - + + + + + + + + diff --git a/pom.xml b/pom.xml index 547c5e9..1795679 100644 --- a/pom.xml +++ b/pom.xml @@ -96,10 +96,10 @@ false 3.0.0-M3 - 0.8.3 + 0.8.4 - 3.0.0 - 8.20 + 3.1.0 + 8.21 ${project.basedir}/config/checkstyle/checkstyle.xml ${project.basedir}/config/checkstyle/checkstyle-suppressions.xml false @@ -219,7 +219,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.0 + 3.8.1 1.8 1.8 @@ -284,7 +284,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.1.1 + 3.1.2 @@ -302,7 +302,7 @@ org.apache.maven.plugins maven-source-plugin - 3.0.1 + 3.1.0 true -- 2.11.0