1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-05-07 09:10:08 +00:00

android: Disable import-ordering ktlint check

This commit is contained in:
Charles Lombardo 2023-06-16 16:31:49 -04:00
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 {