Using 0.49.0, should I be able to suppress a custo...
# ktlint
l
Using 0.49.0, should I be able to suppress a custom rule?
@Suppress("my-ruleset:my-rule")
p
Yes but don't forget to add "ktlint:" as prefix before the ruleset
l
Thanks. I couldn’t figure that out from the documentation. In particular, I expected it to be in the FAQ under “How do I suppress errors…“. Can I submit a PR for the FAQ?
p
Yes please.