[jetty9-dta-ssl] branch master updated: JPAR-90 - Add ReturnCount maxForVoid to checkstyle.xml
Tom Zeller
tzeller at dragonacea.biz
Mon Aug 7 14:26:32 EDT 2017
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository jetty9-dta-ssl.
View the commit online:
http://git.shibboleth.net/view/?p=jetty9-dta-ssl.git;a=commit;h=c57b1d772a037ad33c7185bd966489f158efebd0
The following commit(s) were added to refs/heads/master by this push:
new c57b1d7 JPAR-90 - Add ReturnCount maxForVoid to checkstyle.xml
c57b1d7 is described below
commit c57b1d772a037ad33c7185bd966489f158efebd0
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 13:26:30 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