Skip to content

Releases: pavelkorolevxyz/danger-detekt-kotlin

1.2.0

16 Dec 06:14
9bc9912
Compare
Choose a tag to compare

What's Changed

  • Added SARIF format support #1
    • That's why DetektReport model changed. Before this change DetektReport was exactly the same as Checkstyle XML structure. This Checkstyle XML and new SARIF JSON model are hidden now, they are mapped to generic DetektReport on parse.
    • Also Error word changed for Violation everywhere.
    • Because of DetektReport change, DetektViolationReporter doesn't need separate file parameter, only violation. DetektViolation has it inside.

v1.1.0

29 Jun 08:47
Compare
Choose a tag to compare
Updated images in README