summaryrefslogtreecommitdiff
path: root/config/checkstyle/checkstyle-best-practice.xml
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-10-22 22:59:42 +0200
committerGitHub <noreply@github.com>2019-10-22 22:59:42 +0200
commitbc5f36336e39ebcb692338ee8c97569d47349411 (patch)
tree89d1576b93455fe1c7867e04722a9f6ddab1e95b /config/checkstyle/checkstyle-best-practice.xml
parentb5f3c79c6259dbee62451ad9cb7d5cee715897f3 (diff)
parent2fb0d637a1ab8ec29d49aac7a5bd5cc378b19844 (diff)
downloadAntennaPod-bc5f36336e39ebcb692338ee8c97569d47349411.zip
Merge pull request #3547 from ByteHamster/checkstyle-change
Checkstyle change
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"