Skip to content
Snippets Groups Projects
Commit fc6a2fe7 authored by Charles Lombardo's avatar Charles Lombardo
Browse files

android: Disable import-ordering ktlint check

parent 4112031c
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,8 @@ ktlint {
disabledRules.set(
setOf(
"no-wildcard-imports",
"package-name"
"package-name",
"import-ordering"
)
)
reporters {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment