is there a way to exclude a specific path or disab...
# ktlint
e
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
You can use globs to exclude directories/files from linting.