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

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


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

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

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

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

commit ba6925b56cbc3dba61ad9f039df903a45d793517
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 13:09:37 2017 -0500

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

diff --git a/opensaml-parent/resources/checkstyle/checkstyle.xml b/opensaml-parent/resources/checkstyle/checkstyle.xml
index e9cab28..3ac91ee 100644
--- a/opensaml-parent/resources/checkstyle/checkstyle.xml
+++ b/opensaml-parent/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