Closed dimsuz closed 1 year ago
Great, thanks! I was going to ask for review :)
I plan to start improving other rules with type resolution too. Almost all currently open issues require deeper insights into types to be properly fixed.
Feel free to add me as reviewer if you want for any other pr 👍🏻
This rule now uses type resolution to be smarter and is now able to correctly detekt when a composable call does not have a modifier parameter at all, and will not report usage of
modifier
in composable children of this call as an error.Fixes https://github.com/appKODE/detekt-rules-compose/issues/5