[java-idp-integration-tests] branch master updated: JPAR-90 - Add ReturnCount maxForVoid to checkstyle.xml
Tom Zeller
tzeller at dragonacea.biz
Mon Aug 7 14:13:57 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-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=482c0c57f7f1c212960113d8633f693e5b6850ba
The following commit(s) were added to refs/heads/master by this push:
new 482c0c5 JPAR-90 - Add ReturnCount maxForVoid to checkstyle.xml
482c0c5 is described below
commit 482c0c57f7f1c212960113d8633f693e5b6850ba
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 13:13:55 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