[java-idp-oidc] 01/02: JPAR-156 - Compatibility changes for checkstyle 8.28
Ian Young
ian at iay.org.uk
Tue Jan 28 06:21:12 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=476118f4b2f7e6316f632a28b3b84979aca4c9aa
commit 476118f4b2f7e6316f632a28b3b84979aca4c9aa
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 28 10:54:52 2020 +0000
JPAR-156 - Compatibility changes for checkstyle 8.28
https://issues.shibboleth.net/jira/browse/JPAR-156
---
resources/checkstyle.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/resources/checkstyle.xml b/resources/checkstyle.xml
index ebb2c17..a301030 100644
--- a/resources/checkstyle.xml
+++ b/resources/checkstyle.xml
@@ -12,10 +12,7 @@
<property name="severity" value="warning"/>
<module name="TreeWalker">
<property name="tabWidth" value="4"/>
- <module name="JavadocMethod">
- <property name="allowThrowsTagsForSubclasses" value="true"/>
- <property name="allowUndeclaredRTE" value="true"/>
- </module>
+ <module name="JavadocMethod"/>
<module name="JavadocType">
<property name="allowUnknownTags" value="true"/>
</module>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list