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

Tom Zeller tzeller at dragonacea.biz
Mon Aug 7 14:11:12 EDT 2017


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

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

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

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

commit caf7f9bca84f05a53678392fb0dd66addc6ceef5
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 13:11:10 2017 -0500

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

diff --git a/idp-parent/resources/checkstyle/checkstyle.xml b/idp-parent/resources/checkstyle/checkstyle.xml
index c2ad2ab..ab741c2 100644
--- a/idp-parent/resources/checkstyle/checkstyle.xml
+++ b/idp-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