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
525 stars 19 forks source link

Support for Detekt 2.0 #276

Open jbarr21 opened 1 month ago

jbarr21 commented 1 month ago

With K2 now finally released, it's time to update all relevant tooling. Detekt needs to be updated in order to run without crashing. A PR was recently landed there to fix the issue, but now in order to use that, all custom rules need to be updated since Detekt 2.0 (not yet released) makes breaking API changes

mrmans0n commented 1 month ago

Thanks for the contribution!

I think I'll hold off on merging up until Detekt releases an RC though. Once that happens, happy to go ahead! 👍