[java-parent-project] 01/02: JPAR-148 - Checkstyle 8.24+ compatibility

Ian Young ian at iay.org.uk
Wed Nov 20 10:57:54 EST 2019


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

iay pushed a commit to branch maint-7
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=05f0e96d2ae77a2cdc8b67f3fbfd51a0ceca3280

commit 05f0e96d2ae77a2cdc8b67f3fbfd51a0ceca3280
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Nov 15 12:51:56 2019 -0600

    JPAR-148 - Checkstyle 8.24+ compatibility
    
    Update maven-checkstyle-plugin to 3.1.0
    Update Checkstyle and checkstyle.xml to 8.26
    
    https://issues.shibboleth.net/jira/browse/JPAR-148
---
 pom.xml                             | 4 ++--
 resources/checkstyle/checkstyle.xml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 29267bf..944b1a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,8 +41,8 @@
         <xmlsec.version>2.0.10</xmlsec.version>
         <xmlunit.version>2.5.1</xmlunit.version>
 
-        <checkstyle.version>8.7</checkstyle.version>
-        <checkstyle-plugin.version>2.17</checkstyle-plugin.version>
+        <checkstyle.version>8.26</checkstyle.version>
+        <checkstyle-plugin.version>3.1.0</checkstyle-plugin.version>
         <checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
 
         <maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
diff --git a/resources/checkstyle/checkstyle.xml b/resources/checkstyle/checkstyle.xml
index 48ae807..4433ced 100644
--- a/resources/checkstyle/checkstyle.xml
+++ b/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