We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Some of the rules we need to consider:
import as
import some.package.*
The text was updated successfully, but these errors were encountered:
ktlint has editorconfig support, maybe we just need to set that up. ktlint, intellij plugin
couple of things i've noticed; there might be more:
Sorry, something went wrong.
We also need to migrate our ktlint rules to new package pattern and migrate to https://github.com/pinterest/ktlint
There is an experimental ktlint rule for this on 0.32.0
https://github.com/pinterest/ktlint/blob/master/ktlint-ruleset-experimental/src/main/kotlin/com/pinterest/ktlint/ruleset/experimental/ImportOrderingRule.kt
No branches or pull requests
Some of the rules we need to consider:
import as
?import some.package.*
is not allowedThe text was updated successfully, but these errors were encountered: