[java-metadata-aggregator] 01/02: JPAR-148 - Checkstyle 8.24+ compatibility
Ian Young
ian at iay.org.uk
Wed Nov 20 11:03:30 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-0.9
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=6602b93e98b6fb95be0038a9e19715001b62d0ae
commit 6602b93e98b6fb95be0038a9e19715001b62d0ae
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Nov 15 12:54:22 2019 -0600
JPAR-148 - Checkstyle 8.24+ compatibility
https://issues.shibboleth.net/jira/browse/JPAR-148
---
aggregator-parent/resources/checkstyle/checkstyle.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/aggregator-parent/resources/checkstyle/checkstyle.xml b/aggregator-parent/resources/checkstyle/checkstyle.xml
index e08350c..92ae8f9 100644
--- a/aggregator-parent/resources/checkstyle/checkstyle.xml
+++ b/aggregator-parent/resources/checkstyle/checkstyle.xml
@@ -37,9 +37,6 @@
<module name="IllegalImport"/>
<module name="RedundantImport"/>
<module name="UnusedImports"/>
- <module name="LineLength">
- <property name="max" value="120"/>
- </module>
<module name="MethodLength">
<property name="max" value="70"/>
</module>
@@ -113,4 +110,7 @@
<property name="header" value="/*\n * Licensed to the University Corporation for Advanced Internet Development, \n * Inc. (UCAID) under one or more contributor license agreements. See the \n * NOTICE file distributed with this work for additional information regarding\n * copyright ownership. The UCAID licenses this file to You under the Apache \n * License, Version 2.0 (the "License"); you may not use this file except in \n * compliance with the License. You may obtain a [...]
</module>
<module name="JavadocPackage"/>
-</module>
\ No newline at end of file
+ <module name="LineLength">
+ <property name="max" value="120"/>
+ </module>
+</module>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list