You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by le...@apache.org on 2020/01/03 05:45:31 UTC

[incubator-hudi] 01/02: Set info servity for ImportOrder temporarily

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

leesf pushed a commit to branch redo-log
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git

commit 65358598fac1a12242b8838f02e98b26bddfc4fe
Author: lamber-ken <la...@163.com>
AuthorDate: Tue Dec 24 14:56:53 2019 +0800

    Set info servity for ImportOrder temporarily
---
 style/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/style/checkstyle.xml b/style/checkstyle.xml
index 10ef5fc..de4cc80 100644
--- a/style/checkstyle.xml
+++ b/style/checkstyle.xml
@@ -281,6 +281,7 @@
 
         <!-- Checks for out of order import statements. -->
         <module name="ImportOrder">
+            <property name="severity" value="info"/>
             <property name="groups" value="org.apache.hudi,*,javax,java,scala"/>
             <property name="separated" value="true"/>
             <property name="sortStaticImportsAlphabetically" value="true"/>