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

liujun pushed a commit to branch dev-metadata
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/dev-metadata by this push:
     new 0fb3657  temporarily close checkstyle on importing orders
0fb3657 is described below

commit 0fb3657c1445fe6d9ec226375421ef837d81e753
Author: ken.lj <ken.lj...@gmail.com>
AuthorDate: Wed Nov 28 10:32:26 2018 +0800

    temporarily close checkstyle on importing orders
---
 codestyle/checkstyle.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/codestyle/checkstyle.xml b/codestyle/checkstyle.xml
index 621a9e3..f721d51 100644
--- a/codestyle/checkstyle.xml
+++ b/codestyle/checkstyle.xml
@@ -21,10 +21,10 @@
         <module name="OuterTypeFilename"/>
         <module name="UnusedImports"/>
 
-        <module name="CustomImportOrder">
-            <property name="specialImportsRegExp" value="org.apache.dubbo.*"/>
-            <property name="sortImportsInGroupAlphabetically" value="false"/>
-            <property name="customImportOrderRules" 
value="SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE###STATIC"/>
-        </module>
+        <!--<module name="CustomImportOrder">-->
+        <!--<property name="specialImportsRegExp" 
value="org.apache.dubbo.*"/>-->
+        <!--<property name="sortImportsInGroupAlphabetically" 
value="false"/>-->
+        <!--<property name="customImportOrderRules" 
value="SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE###STATIC"/>-->
+        <!--</module>-->
     </module>
 </module>
\ No newline at end of file

Reply via email to