Ktlint (or the Gradle plugin) just started behavin...
# ktlint
p
Ktlint (or the Gradle plugin) just started behaving weird in my project without any changes in its version or config, see https://github.com/krzema12/github-actions-kotlin-dsl/issues/382. In our project we generate some Kotlin files with Kotlin Poet and then pass it through ktlint. Our job that periodically checks if the generated files need updating, started failing on differences in formatting, as if certain kinds of wrong formatting wasn't fixed now. It was working fine yesterday or so. Super-weird because I didn't change any ktlint-related version... Is some updating going on behind the scenes? Is it only me?