[java-metadata-aggregator] branch master updated: JPAR-153 - Update checkstyle.xml for LineLength control
Ian Young
ian at iay.org.uk
Thu Jul 9 15:36:01 UTC 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=21191d770015494a071ec32e9c5b016e34b8f6f8
The following commit(s) were added to refs/heads/master by this push:
new 21191d7 JPAR-153 - Update checkstyle.xml for LineLength control
21191d7 is described below
commit 21191d770015494a071ec32e9c5b016e34b8f6f8
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jul 9 16:34:28 2020 +0100
JPAR-153 - Update checkstyle.xml for LineLength control
https://issues.shibboleth.net/jira/browse/JPAR-153
---
aggregator-parent/resources/checkstyle/checkstyle.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/aggregator-parent/resources/checkstyle/checkstyle.xml b/aggregator-parent/resources/checkstyle/checkstyle.xml
index f3f13f6..68c57c0 100644
--- a/aggregator-parent/resources/checkstyle/checkstyle.xml
+++ b/aggregator-parent/resources/checkstyle/checkstyle.xml
@@ -10,6 +10,11 @@
-->
<module name="Checker">
<property name="severity" value="warning"/>
+ <module name="SuppressWithPlainTextCommentFilter">
+ <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 name="TreeWalker">
<property name="tabWidth" value="4"/>
<module name="JavadocMethod"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list