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