[java-opensaml] branch master updated: JPAR-148 - Checkstyle 8.24+ compatibility

Tom Zeller tzeller at dragonacea.biz
Fri Nov 15 13:57:22 EST 2019


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

tzeller pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=6189b911099519c0f0314ef1816a7a46474a2538

The following commit(s) were added to refs/heads/master by this push:
       new  6189b91   JPAR-148 - Checkstyle 8.24+ compatibility
6189b91 is described below

commit 6189b911099519c0f0314ef1816a7a46474a2538
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Nov 15 12:53:10 2019 -0600

    JPAR-148 - Checkstyle 8.24+ compatibility
    
    https://issues.shibboleth.net/jira/browse/JPAR-148
---
 opensaml-parent/resources/checkstyle/checkstyle.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/opensaml-parent/resources/checkstyle/checkstyle.xml b/opensaml-parent/resources/checkstyle/checkstyle.xml
index 48ae807..4433ced 100644
--- a/opensaml-parent/resources/checkstyle/checkstyle.xml
+++ b/opensaml-parent/resources/checkstyle/checkstyle.xml
@@ -36,9 +36,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 cop [...]
   </module>
   <module name="JavadocPackage"/>
+  <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