From 7fbbc460740dc6e96b794ff3c9a3fcdfa1e43483 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 14 Jun 2016 12:36:13 +0100 Subject: [PATCH 1/3] Upgrade sevntu-checkstyle to 1.21.0 Release Notes: http://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.21.0 * new UniformEnumValueCheck - Check forces enum values to match one of the specified patterns and forces all the values to follow only one of the specified patterns. * new javadoc for all Checks - Fix all javadoc problems in sevntu-checks project. * update for ConstructorWithoutParamsCheck - Udpdate the default config in ConstructorWithoutParamsCheck. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 368133f..9e6c4df 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 2.8.2 2.17 6.19 - 1.20.0 + 1.21.0 3.5.1 2.19.1 2.19.1 From 3ecdf7b5c9bc500bf06b1b57ab2e65abd0a280bc Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 14 Jun 2016 12:38:02 +0100 Subject: [PATCH 2/3] Add sevntu's new UniformEnumValueCheck to checkstyle template --- checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/checkstyle.xml b/checkstyle.xml index 9d107cc..1a14b58 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -199,6 +199,7 @@ + From 44b62ae155793befd8a0208ab4686cfe9a6b1c96 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 14 Jun 2016 14:13:36 +0100 Subject: [PATCH 3/3] checkstyle: use correct name for check The name of the check in the sevntu release notes is wrong. --- checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index 1a14b58..2287f64 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -199,7 +199,7 @@ - +