You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ga...@apache.org on 2022/10/05 05:36:37 UTC

[incubator-seatunnel] branch dev updated: [hotfix][build] Fix the invalidation of the suppression file of checkstyle in the win10 (#2986)

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

gaojun2048 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new df6c258db [hotfix][build] Fix the invalidation of the suppression file of checkstyle in the win10 (#2986)
df6c258db is described below

commit df6c258db02e68415c6a85986a2e84eb58cbf38b
Author: Zongwen Li <zo...@apache.org>
AuthorDate: Wed Oct 5 13:36:31 2022 +0800

    [hotfix][build] Fix the invalidation of the suppression file of checkstyle in the win10 (#2986)
---
 tools/checkstyle/suppressions.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/checkstyle/suppressions.xml b/tools/checkstyle/suppressions.xml
index 04495ba44..dc91dea72 100644
--- a/tools/checkstyle/suppressions.xml
+++ b/tools/checkstyle/suppressions.xml
@@ -22,6 +22,6 @@
         "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
 
 <suppressions>
-    <suppress files="[\\/]org/apache/seatunnel/engine/core/protocol/codec" checks="[a-zA-Z0-9]*"/>
-    <suppress files="[\\/]org/apache/seatunnel/engine/core/protocol/compatibility" checks="[a-zA-Z0-9]*"/>
+    <suppress files="[/\\]org[\\/]apache[\\/]seatunnel[\\/]engine[\\/]core[\\/]protocol[\\/]codec[/\\]" checks="[a-zA-Z0-9]*"/>
+    <suppress files="[/\\]org[\\/]apache[\\/]seatunnel[\\/]engine[\\/]core[\\/]protocol[\\/]compatibility[/\\]" checks="[a-zA-Z0-9]*"/>
 </suppressions>
\ No newline at end of file