[java-identity-provider] branch maint-3.4 updated: JPAR-156 - Compatibility changes for checkstyle 8.28
Ian Young
ian at iay.org.uk
Tue Jan 28 06:43:47 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0b1c9a72431160c94721c631d4404efebea7bebb
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new 0b1c9a7 JPAR-156 - Compatibility changes for checkstyle 8.28
0b1c9a7 is described below
commit 0b1c9a72431160c94721c631d4404efebea7bebb
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 28 11:36:53 2020 +0000
JPAR-156 - Compatibility changes for checkstyle 8.28
https://issues.shibboleth.net/jira/browse/JPAR-156
---
idp-parent/resources/checkstyle/checkstyle.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/idp-parent/resources/checkstyle/checkstyle.xml b/idp-parent/resources/checkstyle/checkstyle.xml
index 5229c2b..f3f13f6 100644
--- a/idp-parent/resources/checkstyle/checkstyle.xml
+++ b/idp-parent/resources/checkstyle/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