What actually `ArgumentListWrapping` checks?
# detekt
i
What actually
ArgumentListWrapping
checks?
g
What do you mean?
i
I didn't find description and don't understand what this rule checks
g
That’s a wrapper for a KtLint rule
i
Looks like this rule autocorrects code incorrect in this case. Code is ugly, i know, but I don’t care about it, as it from just sample app. But why detekt correction breaks identation?
g
So this specific question should be asked to #ktlint
As long as it concerns Detekt, you can disable
autoCorrection
or just turn off the rule if it doesn’t fit your needs
293 Views