Using 0.49.0, should I be able to suppress a custom rule?
@Suppress("my-ruleset:my-rule")
p
Paul Dingemans
05/24/2023, 2:44 PM
Yes but don't forget to add "ktlint:" as prefix before the ruleset
l
Luke Jordan
05/24/2023, 3:12 PM
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?