compose-rules icon indicating copy to clipboard operation
compose-rules copied to clipboard

Add ignoreAnnotated to ModifierMissing rule

Open lebeshev opened this issue 1 year ago • 0 comments

Use case

We use compose destinations library for navigation. With this library you annotate screen level composables with @Destination and do not invoke your screen level composables manually. So it does not make sense to add modifier to these composables. But it seems like ModifierMissing rule does not support ignoreAnnotated.

lebeshev avatar Aug 12 '24 10:08 lebeshev