android: Disable import-ordering ktlint check
This commit is contained in:
parent
4112031c81
commit
fc6a2fe779
@ -169,7 +169,8 @@ ktlint {
|
|||||||
disabledRules.set(
|
disabledRules.set(
|
||||||
setOf(
|
setOf(
|
||||||
"no-wildcard-imports",
|
"no-wildcard-imports",
|
||||||
"package-name"
|
"package-name",
|
||||||
|
"import-ordering"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
reporters {
|
reporters {
|
||||||
|
Loading…
Reference in New Issue
Block a user