[java-support] branch maint-7 updated: JPAR-149 - Update to latest Checkstyle configuration

Ian Young ian at iay.org.uk
Wed Nov 20 11:01:57 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-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=92e7bd58c087e9f67d68a24ac13d90e05db449d9

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

commit 92e7bd58c087e9f67d68a24ac13d90e05db449d9
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Nov 20 16:01:39 2019 +0000

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

diff --git a/checkstyle.xml b/checkstyle.xml
index 48ae807..5229c2b 100644
--- a/checkstyle.xml
+++ b/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