nbadal / ktlint-intellij-plugin

Ktlint plugin for IntelliJ IDEA + Android Studio
MIT License
157 stars 23 forks source link

Miss matching Function name with @Composable Annotation #433

Closed Muhammad-Jafar closed 8 months ago

Muhammad-Jafar commented 8 months ago

Whenever there is a function anotated with @Composable. Then Ktlint still detect it as violation of function-naming standard.

Thank you for your atentions

paul-dingemans commented 8 months ago

Please see documentation and this issue.

paul-dingemans commented 8 months ago

With 0.3.9-SNAPSHOT version of the compose rules, this problem is fixed in https://github.com/mrmans0n/compose-rules/issues/176. No further action needed in ktlint-intellij-plugin.

Muhammad-Jafar commented 7 months ago

Thank you so much for your attention.

paul-dingemans commented 7 months ago

Problem needs another fix in compose rules. See https://github.com/mrmans0n/compose-rules/issues/190