[xmlsectool] branch master updated: JPAR-90 - Update checkstyle.xml for Checkstyle 6.19+
Ian Young
ian at iay.org.uk
Wed Aug 9 09:20:41 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=ccffe256b5e1979ccba2f9e2efba6044b3477694
The following commit(s) were added to refs/heads/master by this push:
new ccffe25 JPAR-90 - Update checkstyle.xml for Checkstyle 6.19+
ccffe25 is described below
commit ccffe256b5e1979ccba2f9e2efba6044b3477694
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Aug 9 14:20:31 2017 +0100
JPAR-90 - Update checkstyle.xml for Checkstyle 6.19+
---
checkstyle.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/checkstyle.xml b/checkstyle.xml
index 32b206c..5cab513 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