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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4b1b3fc  [MINOR] Set info servity for ImportOrder temporarily (#1127)
4b1b3fc is described below

commit 4b1b3fc28cc68c61e2042029a80211dcbe0fcfb4
Author: lamber-ken <lamber...@163.com>
AuthorDate: Tue Dec 24 19:07:04 2019 +0800

    [MINOR] Set info servity for ImportOrder temporarily (#1127)
    
    - Now we need fix import check error manually, disable the rule temporarily 
before finding a better solution.
---
 style/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/style/checkstyle.xml b/style/checkstyle.xml
index 24dfbb6..2a5e831 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