summaryrefslogtreecommitdiff
path: root/config/checkstyle/checkstyle-best-practice.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-10-22 16:36:47 +0200
committerByteHamster <info@bytehamster.com>2019-10-22 16:36:51 +0200
commit1b61057dffd4ebe15eaf0cc724ea94d4b96ddfbd (patch)
treebccbae53b9da909ae9299b2b87942ee50e8b333b /config/checkstyle/checkstyle-best-practice.xml
parent2ffdc275b8dd127f15506556d1b7ba9fb9108b47 (diff)
downloadAntennaPod-1b61057dffd4ebe15eaf0cc724ea94d4b96ddfbd.zip
Do not enforce Google checkstlye import order
The IntelliJ/AS default is different, so this would be a problem for most new developers. Additionally, there definitely are more important things to enforce.
Diffstat (limited to 'config/checkstyle/checkstyle-best-practice.xml')
-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"