[java-opensaml] branch master updated: JPAR-149 - Reinstate checks for missing or misplaced Javadoc

Ian Young ian at iay.org.uk
Tue Nov 19 13:00:22 EST 2019


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

iay 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=ab26432885b398b6c87304e42a31b561e56eadec

The following commit(s) were added to refs/heads/master by this push:
       new  ab26432   JPAR-149 - Reinstate checks for missing or misplaced Javadoc
ab26432 is described below

commit ab26432885b398b6c87304e42a31b561e56eadec
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Nov 19 17:59:26 2019 +0000

    JPAR-149 - Reinstate checks for missing or misplaced Javadoc
    
    https://issues.shibboleth.net/jira/browse/JPAR-149
---
 opensaml-parent/resources/checkstyle/checkstyle.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/opensaml-parent/resources/checkstyle/checkstyle.xml b/opensaml-parent/resources/checkstyle/checkstyle.xml
index 4433ced..5229c2b 100644
--- a/opensaml-parent/resources/checkstyle/checkstyle.xml
+++ b/opensaml-parent/resources/checkstyle/checkstyle.xml
@@ -101,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">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list