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 <lamber...@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"/>

Reply via email to