[java-idp-testbed] branch master updated: JPAR-149 - Reinstate checks for missing or misplaced Javadoc
Ian Young
ian at iay.org.uk
Tue Nov 19 13:06:30 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=6a92f7ad31d3a33b3c653fe790af26a019c93858
The following commit(s) were added to refs/heads/master by this push:
new 6a92f7a JPAR-149 - Reinstate checks for missing or misplaced Javadoc
6a92f7a is described below
commit 6a92f7ad31d3a33b3c653fe790af26a019c93858
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Nov 19 18:03:22 2019 +0000
JPAR-149 - Reinstate checks for missing or misplaced Javadoc
https://issues.shibboleth.net/jira/browse/JPAR-149
---
checkstyle.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/checkstyle.xml b/checkstyle.xml
index 3d0f3c3..5229c2b 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -101,13 +101,17 @@
<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">
<property name="max" value="1000"/>
</module>
<module name="Header">
- <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 [...]
+ <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">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list