From a2af041e94e556086f716314a7892caf47438f31 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 9 May 2016 10:48:27 +0100 Subject: [PATCH 1/6] pom.xml: version set to 1.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9297952..c575075 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.kemitix kemitix-parent - 1.1.0 + 1.2.0-SNAPSHOT pom Kemitix Parent From 7d4e8ec67b0eaec88dad52eaff2c5a93a7967544 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 30 May 2016 13:21:20 +0100 Subject: [PATCH 2/6] Upgrade checkstyle to 6.19 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c575075..770ddb7 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 1.6 2.8.2 2.17 - 6.18 + 6.19 1.20.0 3.5.1 2.19.1 From 3dcdf0812580c78b7f3df91637920616c7782151 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 30 May 2016 13:58:36 +0100 Subject: [PATCH 3/6] Checkstyle template: complete rewrite --- checkstyle.xml | 327 +++++++++++++++++++++++-------------------------- 1 file changed, 155 insertions(+), 172 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index 282e7c4..fe088ab 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -1,188 +1,171 @@ + "-//Puppy Crawl//DTD Check Configuration 1.3//EN" + "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> - + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - \ No newline at end of file + From 0f533717e51be5e19110e535486dfe7fb04e07c1 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 31 May 2016 14:42:50 +0100 Subject: [PATCH 4/6] Add selected rules from sevntu to checkstyle template --- checkstyle.xml | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index fe088ab..3eea98b 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -156,8 +156,8 @@ - - + + @@ -166,6 +166,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From bccdc3ddd211ee75e609f7a4daeeafb624ddcdf5 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 31 May 2016 14:44:44 +0100 Subject: [PATCH 5/6] pom.xml: version set to 1.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 770ddb7..cf0b4ef 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.kemitix kemitix-parent - 1.2.0-SNAPSHOT + 1.2.0 pom Kemitix Parent From 627a435d5e4ba880aa4e25a00bc2daeafd113b86 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 31 May 2016 14:44:44 +0100 Subject: [PATCH 6/6] CHANGELOG --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d449349..d9d4c2c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,13 @@ CHANGELOG ========= +1.2.0 +------ + +* Add selection of sevntu-checkstyle rules to checkstyle template +* Rewrite sample checkstyle rules definition +* Upgrade checkstyle to 6.19 + 1.1.0 ------