You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by mm...@apache.org on 2020/01/31 09:38:18 UTC

[syncope] branch master updated: NOJIRA: ensure checkstyle suppression comments are considered/enabled

This is an automated email from the ASF dual-hosted git repository.

mmoayyed pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c26901  NOJIRA: ensure checkstyle suppression comments are considered/enabled
4c26901 is described below

commit 4c26901a20cd43ba54e0a678f53723e443b2c76e
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Fri Jan 31 13:37:05 2020 +0400

    NOJIRA: ensure checkstyle suppression comments are considered/enabled
    
    (cherry picked from commit 52fc881f5b48027a525bcb4c9d03c7e6231c2aa3)
---
 src/main/resources/org/apache/syncope/checkstyle.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/resources/org/apache/syncope/checkstyle.xml b/src/main/resources/org/apache/syncope/checkstyle.xml
index ac43104..13f42b8 100644
--- a/src/main/resources/org/apache/syncope/checkstyle.xml
+++ b/src/main/resources/org/apache/syncope/checkstyle.xml
@@ -84,6 +84,8 @@ under the License.
     <property name="ignorePattern" value="^import"/>
     <property name="fileExtensions" value="java,xml"/>
   </module>
+
+  <module name="SuppressWithPlainTextCommentFilter"/>
   
   <!-- Miscellaneous other checks.                   -->
   <!-- See http://checkstyle.sf.net/config_misc.html -->