Join Slack
Powered by
<How to disable ktlint rule for Missing newline af...
# ktlint
m
Masayuki Suda
04/08/2022, 9:03 AM
How to disable ktlint rule for Missing newline after ":" and Missing newline after ","
Please help. I am also having the same problem.
a
Aleksandr Pilipenko
04/08/2022, 9:28 AM
You can suppress it in place:
https://github.com/pinterest/ktlint#how-do-i-suppress-an-error-for-a-lineblockfile
or disable rule using .editconfig file by adding `disabled_rules=<rules>`:
https://github.com/pinterest/ktlint#overriding-editorconfig-properties-for-specific-directories
Aleksandr Pilipenko
04/08/2022, 9:30 AM
However, it is better to follow official codestyle
➕ 2
3
Views
Open in Slack
Previous
Next