Closed snooze92 closed 4 years ago
Marking as draft until I fix the build.
Closing. I was way too naive with this, did not expect dependency conflicts with ktlint.
Can you work on this further and resolve conflicts?
I would love to, but I can't commit to being able to do so anytime soon.
Expanded my scope to bumping all Kotlin-related dependencies: https://github.com/TouK/sputnik/pull/225
@SpOOnman Any chance of checking out #225 ? 🎉
RC changelog (https://arturbosch.github.io/detekt/changelog-rc.html) includes the change from filters to includes/excludes in the rules. More details on this particular migration are here: https://arturbosch.github.io/detekt/howto-migratetestpattern.html
Another RC change replaced warningThreshold and failThreshold with maxIssues, but Sputnik has its own scoring strategy.
Since 1.0.0 (https://arturbosch.github.io/detekt/changelog.html) the changelog includes nice "notable changes" but no migration that would cause backward compatibility issue.