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

dianfu pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git

commit bd2ca499263a9b5819d3cc2320f59ad5cb7ef5e9
Author: Dian Fu <dia...@apache.org>
AuthorDate: Wed Jun 3 17:22:39 2020 +0800

    [FLINK-17959][checkstyle] Exclude all beam classes
    
    This closes #12459.
---
 tools/maven/suppressions.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/maven/suppressions.xml b/tools/maven/suppressions.xml
index 0a18753..117dd85 100644
--- a/tools/maven/suppressions.xml
+++ b/tools/maven/suppressions.xml
@@ -29,8 +29,7 @@ under the License.
                <suppress files="org[\\/]apache[\\/]calcite.*" 
checks="[a-zA-Z0-9]*"/>
 
                <!-- Temporarily fix TM Metaspace memory leak caused by Apache 
Beam sdk harness. -->
-               <suppress 
files="org[\\/]apache[\\/]beam[\\/]vendor[\\/]grpc[\\/]v1p21p0[\\/]io[\\/]netty[\\/]buffer.*.java"
 checks="[a-zA-Z0-9]*"/>
-               <suppress 
files="org[\\/]apache[\\/]beam[\\/]runners[\\/]fnexecution[\\/]environment.*.java"
 checks="[a-zA-Z0-9]*"/>
+               <suppress files="org[\\/]apache[\\/]beam.*.java" 
checks="[a-zA-Z0-9]*"/>
 
                <!-- Python streaming API follows python naming conventions -->
                <suppress

Reply via email to