[java-opensaml] branch master updated: JPAR-101 - Eclipse and Checkstyle 8.1+ compatibility issues
Tom Zeller
tzeller at dragonacea.biz
Tue Mar 6 13:00:26 EST 2018
This is an automated email from the git hooks/post-receive script.
tzeller 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=0cf966304e1a1a6beedad9ff5cf4feba2ab165fd
The following commit(s) were added to refs/heads/master by this push:
new 0cf9663 JPAR-101 - Eclipse and Checkstyle 8.1+ compatibility issues
0cf9663 is described below
commit 0cf966304e1a1a6beedad9ff5cf4feba2ab165fd
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Mar 6 11:55:22 2018 -0600
JPAR-101 - Eclipse and Checkstyle 8.1+ compatibility issues
https://issues.shibboleth.net/jira/browse/JPAR-101
---
opensaml-parent/resources/checkstyle/checkstyle.xml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/opensaml-parent/resources/checkstyle/checkstyle.xml b/opensaml-parent/resources/checkstyle/checkstyle.xml
index ab741c2..48ae807 100644
--- a/opensaml-parent/resources/checkstyle/checkstyle.xml
+++ b/opensaml-parent/resources/checkstyle/checkstyle.xml
@@ -11,7 +11,6 @@
<module name="Checker">
<property name="severity" value="warning"/>
<module name="TreeWalker">
- <module name="FileContentsHolder"/>
<property name="tabWidth" value="4"/>
<module name="JavadocMethod">
<property name="allowThrowsTagsForSubclasses" value="true"/>
@@ -100,11 +99,11 @@
<property name="tokens" value="PARAMETER_DEF,VARIABLE_DEF"/>
<property name="validateEnhancedForLoopVariable" value="true"/>
</module>
- </module>
- <module name="SuppressionCommentFilter">
- <property name="offCommentFormat" value="\bCheck[Ss]tyle:\s*([\w|]+)\s+OFF\b"/>
- <property name="onCommentFormat" value="\bCheck[Ss]tyle:\s*([\w|]+)\s+ON\b"/>
- <property name="checkFormat" value="$1"/>
+ <module name="SuppressionCommentFilter">
+ <property name="offCommentFormat" value="\bCheck[Ss]tyle:\s*([\w|]+)\s+OFF\b"/>
+ <property name="onCommentFormat" value="\bCheck[Ss]tyle:\s*([\w|]+)\s+ON\b"/>
+ <property name="checkFormat" value="$1"/>
+ </module>
</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