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

Disable a rule in editorconfig file #272

Closed IamRezaMousavi closed 4 months ago

IamRezaMousavi commented 4 months ago

How to disable a rule like compositionlocals with .editorconfig?

mrmans0n commented 4 months ago

https://pinterest.github.io/ktlint/latest/faq/#how-do-i-enable-or-disable-a-rule-set

Following that, it should be something like

ktlint_compose_compositionlocal-allowlist = disabled