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

Tom Zeller tzeller at dragonacea.biz
Mon Aug 7 14:08:43 EDT 2017


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

tzeller pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=05bb5ad4e853f4b823babd11a204918760d50d53

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

commit 05bb5ad4e853f4b823babd11a204918760d50d53
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 13:08:42 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