[java-opensaml] branch maint-3.4 updated: JPAR-149 - Update to latest Checkstyle configuration

Ian Young ian at iay.org.uk
Wed Nov 20 11:05:29 EST 2019


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

iay pushed a commit to branch maint-3.4
in repository java-opensaml.

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

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  3034f19   JPAR-149 - Update to latest Checkstyle configuration
3034f19 is described below

commit 3034f192d894b34d05e7a8f9f94fe2ba5713aa3b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Nov 20 16:05:14 2019 +0000

    JPAR-149 - Update to latest Checkstyle configuration
    
    https://issues.shibboleth.net/jira/browse/JPAR-149
---
 opensaml-parent/resources/checkstyle/checkstyle.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/opensaml-parent/resources/checkstyle/checkstyle.xml b/opensaml-parent/resources/checkstyle/checkstyle.xml
index 48ae807..5229c2b 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>
@@ -104,6 +101,10 @@
       <property name="onCommentFormat" value="\bCheck[Ss]tyle:\s*([\w|]+)\s+ON\b"/>
       <property name="checkFormat" value="$1"/>
     </module>
+    <module name="MissingJavadocMethod"/>
+    <module name="MissingJavadocPackage"/>
+    <module name="MissingJavadocType"/>
+    <module name="InvalidJavadocPosition"/>
   </module>
   <module name="FileTabCharacter"/>
   <module name="FileLength">
@@ -113,4 +114,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