[java-parent-project-v3] branch master updated: JPAR-90 - Bump Checkstyle to 6.19 and add ReturnCount maxForVoid
Tom Zeller
tzeller at dragonacea.biz
Mon Aug 7 13:52:53 EDT 2017
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-parent-project-v3.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project-v3.git;a=commit;h=55184c719fdba09be791c5f761a7b422f5341f1d
The following commit(s) were added to refs/heads/master by this push:
new 55184c7 JPAR-90 - Bump Checkstyle to 6.19 and add ReturnCount maxForVoid
55184c7 is described below
commit 55184c719fdba09be791c5f761a7b422f5341f1d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 12:52:51 2017 -0500
JPAR-90 - Bump Checkstyle to 6.19 and add ReturnCount maxForVoid
---
pom.xml | 2 +-
resources/checkstyle/checkstyle.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f6c6c94..3b4a320 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
<spring-webflow.version>2.4.5.RELEASE</spring-webflow.version>
<xmlsec.version>2.0.8</xmlsec.version>
- <checkstyle.version>6.18</checkstyle.version>
+ <checkstyle.version>6.19</checkstyle.version>
<checkstyle-plugin.version>2.17</checkstyle-plugin.version>
<checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
diff --git a/resources/checkstyle/checkstyle.xml b/resources/checkstyle/checkstyle.xml
index 431ea7b..5140099 100644
--- a/resources/checkstyle/checkstyle.xml
+++ b/resources/checkstyle/checkstyle.xml
@@ -79,6 +79,7 @@
<module name="ParameterAssignment"/>
<module name="ReturnCount">
<property name="max" value="8"/>
+ <property name="maxForVoid" value="8"/>
</module>
<module name="StringLiteralEquality"/>
<module name="SuperFinalize"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list