summaryrefslogtreecommitdiff
path: root/config/checkstyle
diff options
context:
space:
mode:
Diffstat (limited to 'config/checkstyle')
-rw-r--r--config/checkstyle/checkstyle-best-practice.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/checkstyle/checkstyle-best-practice.xml b/config/checkstyle/checkstyle-best-practice.xml
index 66ce0dcc4..617fc4c78 100644
--- a/config/checkstyle/checkstyle-best-practice.xml
+++ b/config/checkstyle/checkstyle-best-practice.xml
@@ -187,11 +187,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"