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

Add more autoboxing detections #246

Closed mrmans0n closed 5 months ago

mrmans0n commented 5 months ago

Adds a bunch of more detectors for Lists/Sets/Maps of numeric primitives. TBH it's not very worth pursuing more coverage here, as it's trivial with type resolution but super annoying when done manually, so I guess it'll be left as it is for now.