You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2021/03/02 10:06:30 UTC

[iotdb] branch checkstyle created (now 96da877)

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

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


      at 96da877  [IOTDB-1179] remove the CustomImportOrder config as we using spotless check to ensure the code style correct.

This branch includes the following new commits:

     new 96da877  [IOTDB-1179] remove the CustomImportOrder config as we using spotless check to ensure the code style correct.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: [IOTDB-1179] remove the CustomImportOrder config as we using spotless check to ensure the code style correct.

Posted by ji...@apache.org.
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 <su...@gmail.com>
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"/>