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

Tom Zeller tzeller at dragonacea.biz
Fri Nov 15 13:56:48 EST 2019


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

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

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

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

commit b7fc64a2f959b654bef0951b15744e81ddd7654e
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 4d75c94..bf5eef1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,8 +43,8 @@
         <xmlsec.version>2.1.2</xmlsec.version>
         <xmlunit.version>2.6.2</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-dependency-plugin.version>3.1.1</maven-dependency-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