From e275ab502c430ad09c7101816adcc1736394386b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 8 Feb 2017 12:41:17 +0000 Subject: [PATCH] pom.xml: upgrade kemitix-checkstyle-ruleset to 2.1.2 Includes checkstyle 7.5.1, so remove custom configuration. --- README.md | 5 +++-- pom.xml | 5 +---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bcf6065..40b3e0b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ maven-javadoc-plugin.version|2.10.4 maven-source-plugin.version|3.0.1 maven-gpg-plugin.version|1.6 maven-deploy-plugin.version|2.8.2 -kemitix-checkstyle-ruleset.version|2.0.4 +kemitix-checkstyle-ruleset.version|2.1.2 digraph-dependency.version|0.7.0 maven-compiler-plugin.version|3.6.0 maven-surefire-plugin.version|2.19.1 @@ -49,7 +49,8 @@ The Checkstyle plugin is configured using the `kemitix-checkstyle-ruleset-maven-plugin`. The `kemitix-checkstyle-ruleset` provides five levels of checks. The -default is set to `5-complexity`, the most strict. +default is set to `5-complexity`, the most strict. It runs during the +`validate` phase. ### Configuration diff --git a/pom.xml b/pom.xml index 1310ad1..fa8a251 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ UTF-8 UTF-8 target - 2.0.4 + 2.1.2 5-complexity 1.16.12 @@ -187,9 +187,6 @@ net.kemitix kemitix-checkstyle-ruleset-maven-plugin ${kemitix-checkstyle-ruleset.version} - - 7.4 - validate