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

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


The following commit(s) were added to refs/heads/master by this push:
     new ad28f57  [IOTDB-1179] remove the CustomImportOrder config as we using 
spotless check to ensure the code style correct. (#2762)
ad28f57 is described below

commit ad28f5704694df8ecf39e8ef74f9691f56b742d3
Author: Jincheng Sun <[email protected]>
AuthorDate: Tue Mar 2 18:29:24 2021 +0800

    [IOTDB-1179] remove the CustomImportOrder config as we using spotless check 
to ensure the code style correct. (#2762)
---
 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