[java-metadata-aggregator] 01/02: JPAR-90 - Update checkstyle.xml for Checkstyle 6.19+

Ian Young ian at iay.org.uk
Wed Aug 9 09:15:15 EDT 2017


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

iay pushed a commit to branch master
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=5d48fc71b57fa9a529c5d547a960a679e2be303d

commit 5d48fc71b57fa9a529c5d547a960a679e2be303d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Aug 9 14:14:05 2017 +0100

    JPAR-90 - Update checkstyle.xml for Checkstyle 6.19+
---
 aggregator-parent/resources/checkstyle/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/aggregator-parent/resources/checkstyle/checkstyle.xml b/aggregator-parent/resources/checkstyle/checkstyle.xml
index 32b206c..5cab513 100644
--- a/aggregator-parent/resources/checkstyle/checkstyle.xml
+++ b/aggregator-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