[xmlsectool] branch master updated: JPAR-153 - Update checkstyle.xml for LineLength control

Ian Young ian at iay.org.uk
Thu Jul 9 15:45:27 UTC 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository xmlsectool.

View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=3eee59e365ebdb86aebdeee952bfa78fed2ee7f4

The following commit(s) were added to refs/heads/master by this push:
       new  3eee59e   JPAR-153 - Update checkstyle.xml for LineLength control
3eee59e is described below

commit 3eee59e365ebdb86aebdeee952bfa78fed2ee7f4
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jul 9 16:44:54 2020 +0100

    JPAR-153 - Update checkstyle.xml for LineLength control
    
    https://issues.shibboleth.net/jira/browse/JPAR-153
---
 checkstyle.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/checkstyle.xml b/checkstyle.xml
index f3f13f6..68c57c0 100644
--- a/checkstyle.xml
+++ b/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