Curious if people have thoughts on the following situation:
• As ktlint updates, it appears to be favoring what I'd call "more vertical space"
• That extra vertical space sometimes results in a ~50-ish line method expanding to > 60 lines and hitting the LongMethod rule, despite not gaining any code complexity
Obviously can refactor that method to multiple ones, or @Suppress or whatever, but have been hit by this a few times now and wondering what others do?