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

Tom Zeller tzeller at dragonacea.biz
Mon Aug 7 14:13:42 EDT 2017


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=ac5b728edfab82853e86410d24c3c76c41009e2d

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

commit ac5b728edfab82853e86410d24c3c76c41009e2d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 13:13:40 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 5565264..77c0b9a 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