mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 14:22:59 +00:00
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 a new issue