Join Slack
Communities
Powered by
is there a way to exclude a specific path or disab...
# ktlint
e
epool
10/07/2022, 12:43 AM
is there a way to exclude a specific path or disable all the rules from
.editconfig
like
Copy code
[*/something/*.kt] ktlint_disabled_rules = all
p
Paul Dingemans
10/17/2022, 8:17 AM
You can use
globs
to exclude directories/files from linting.
Open in Slack
Previous
Next