This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
2.5.3
- Update kotlinx-serialization to
1.6.2
. - Add files arg + use path APIs in sarif merging. This allows specifying a variable number of extra files args for manual merging of files.
- Introduce
CommandFactory
to aggregate commands. You can invoke therunCommand()
function with keys to known CLIs (check their sources for keys or run with no args to print the help details). This makes it easier to invoke any CLI from a single entrypoint. - Add
messageTemplate
andlevel
options to lint baseline merger. - List issues individually in lint baseline merges + preserve messages.
What's Changed
- Bump io.gitlab.arturbosch.detekt from 1.23.3 to 1.23.4 by @dependabot in #68
- Bump actions/setup-java from 3 to 4 by @dependabot in #72
- Bump org.jetbrains.kotlinx:kotlinx-serialization-core from 1.6.1 to 1.6.2 by @dependabot in #73
- Bump com.diffplug.spotless from 6.22.0 to 6.23.2 by @dependabot in #74
- Add files arg + use path APIs in sarif merging by @ZacSweers in #76
- Introduce CommandFactory to aggregate commands by @ZacSweers in #75
- Add messageTemplate and level params to baseline merger by @ZacSweers in #77
- List issues individually in lint baseline merges + preserve messages by @ZacSweers in #78
Full Changelog: 2.5.2...2.5.3