[spring-extensions] branch master updated: JPAR-90 - Add ReturnCount maxForVoid to checkstyle.xml

Tom Zeller tzeller at dragonacea.biz
Mon Aug 7 14:09:01 EDT 2017


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=5fe94faa02b3da4e0954877740fdbb44443d6a7f

The following commit(s) were added to refs/heads/master by this push:
       new  5fe94fa   JPAR-90 - Add ReturnCount maxForVoid to checkstyle.xml
5fe94fa is described below

commit 5fe94faa02b3da4e0954877740fdbb44443d6a7f
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 13:08:59 2017 -0500

    JPAR-90 - Add ReturnCount maxForVoid to checkstyle.xml
---
 checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checkstyle.xml b/checkstyle.xml
index 32b206c..5cab513 100644
--- a/checkstyle.xml
+++ b/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