Is there a way to deactivate the max-line-length c...
# ktlint
a
Is there a way to deactivate the max-line-length check for a specific line (via annotation perhaps)?
s
I think a ktlint-disable comment should work, although I haven't tested it myself
There's details in the readme
I haven't tested disabling the max line check via the comment, that is. In general the directive works
a
thank you, this might be the way to go then!