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

jincheng pushed a commit to branch checkstyle
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 96da8774b28f43da4918232b6362668d1c754309
Author: sunjincheng121 <[email protected]>
AuthorDate: Tue Mar 2 18:05:20 2021 +0800

    [IOTDB-1179] remove the CustomImportOrder config as we using spotless check 
to ensure the code style correct.
---
 checkstyle.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index 07ad0ba..0a9d199 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -177,11 +177,6 @@
         </module>
         <module name="OverloadMethodsDeclarationOrder"/>
         <module name="VariableDeclarationUsageDistance"/>
-        <module name="CustomImportOrder">
-            <property name="sortImportsInGroupAlphabetically" value="true"/>
-            <property name="separateLineBetweenGroups" value="true"/>
-            <property name="customImportOrderRules" 
value="STATIC###THIRD_PARTY_PACKAGE"/>
-        </module>
         <module name="MethodParamPad"/>
         <module name="NoWhitespaceBefore">
             <property name="tokens" value="COMMA, SEMI, POST_INC, POST_DEC, 
DOT, ELLIPSIS, METHOD_REF"/>

Reply via email to