mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 08:38:00 -05:00
android: Disable import-ordering ktlint check
This commit is contained in:
@ -169,7 +169,8 @@ ktlint {
|
||||
disabledRules.set(
|
||||
setOf(
|
||||
"no-wildcard-imports",
|
||||
"package-name"
|
||||
"package-name",
|
||||
"import-ordering"
|
||||
)
|
||||
)
|
||||
reporters {
|
||||
|
Reference in New Issue
Block a user