mrmans0n / compose-rules

Lint rules for ktlint/detekt aimed to contribute to a healthier usage of Compose. Actively maintained and evolved fork of the Twitter Compose rules.
https://mrmans0n.github.io/compose-rules
Other
560 stars 22 forks source link

KtLint support autocorrect #265

Closed mtrakal closed 4 months ago

mtrakal commented 4 months ago

Issue I've created into KtLint intellij plugin reported, that's issue by specific ruleset https://github.com/nbadal/ktlint-intellij-plugin/issues/506

Is that something what can be fixed / suppoter by this lib?

mrmans0n commented 4 months ago

Those autocorrect suggestions come from android lint, not from these rules. So there is nothing that can be done in this project to address that.