You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/02/17 07:50:48 UTC

[incubator-eventmesh] branch xwm1992-patch-1 created (now b14305c)

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

mikexue pushed a change to branch xwm1992-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git.


      at b14305c  update checkstyle.xml

This branch includes the following new commits:

     new b14305c  update checkstyle.xml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org


[incubator-eventmesh] 01/01: update checkstyle.xml

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mikexue pushed a commit to branch xwm1992-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git

commit b14305c4f9b2610299feac83cd2eb82d27704551
Author: mike_xwm <mi...@126.com>
AuthorDate: Thu Feb 17 15:50:42 2022 +0800

    update checkstyle.xml
    
    add suppresswarnings filter
---
 style/checkStyle.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/style/checkStyle.xml b/style/checkStyle.xml
index 546777c..f573dd3 100644
--- a/style/checkStyle.xml
+++ b/style/checkStyle.xml
@@ -25,7 +25,7 @@
   <property name="charset" value="UTF-8"/>
   <property name="severity" value="warning"/>
   <property name="fileExtensions" value="java, properties, xml, gradle"/>
-
+  <module name="SuppressWarningsFilter" />
   <module name="RegexpSingleline">
     <property name="format" value="System\..+\.println"/>
     <property name="message" value="Prohibit invoking System.*.println in source code !"/>
@@ -59,6 +59,7 @@
   </module>
 
   <module name="TreeWalker">
+    <module name="SuppressWarningsHolder" />
     <module name="OuterTypeFilename"/>
     <module name="IllegalTokenText">
       <property name="tokens" value="STRING_LITERAL, CHAR_LITERAL"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org