android: Disable import-ordering ktlint check
This commit is contained in:
parent
4112031c81
commit
fc6a2fe779
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue