appKODE / detekt-rules-compose

A collection of Detekt rules for Jetpack Compose
MIT License
136 stars 8 forks source link

[MissingModifierDefaultValue] fix actual functions #39

Closed aptech73 closed 1 month ago

aptech73 commented 1 month ago

Solution for Issue

dimsuz commented 1 month ago

Thanks! Can you also write a test for this case? There are few tests for this rule here, they can be used as an example.

EDIT: Oops, wrong link, corrected.

aptech73 commented 1 month ago

It's done.

dimsuz commented 1 month ago

Oh, right! I saw the last commit, which fixed wording, but missed that there was another one before it, sorry!

Merging, thank you!

I will add one more fix I have planned and prepare a release!