Just a heads up that 1.22.0 is likely going to cau...
# detekt
e
Just a heads up that 1.22.0 is likely going to cause a lot of issues for people again because of
continuation_indent_size
https://kotlinlang.slack.com/archives/CKS3XG0LS/p1663735640538999
e
not sure what you mean by "again". there have been no changes to the (lack of)
continuation_indent_size
support since ktlint 0.22.0
e
That's one, and there was something that popped up a little bit after that (I don't remember what it was)
Something changed with the continuation indent because after updating to 1.22.0-RC1 every line in my project that has a continuation indent failed the Indentation rule because of the continuation indent.
e
several rules (such as argument-list-wrapping) have either gotten promoted from experimental or gotten smarter. it's possible you had indentation that was previously being ignored by ktlint but now is being caught. but none of the rules have any support for
continuation_indent_size
, that isn't changed.
e
I had those all enabled already, and the rule that is not passing is Indentation
z
the year is 2087, robots have taken over and ktlint is still unsure what continuation indent is or what it should be
g
That’s so true đŸ˜… I always feel so miserable that we need to deal with white space discussions