Releases: pavelkorolevxyz/danger-detekt-kotlin
Releases · pavelkorolevxyz/danger-detekt-kotlin
1.2.0
What's Changed
- Added SARIF format support #1
- That's why
DetektReport
model changed. Before this changeDetektReport
was exactly the same as Checkstyle XML structure. This Checkstyle XML and new SARIF JSON model are hidden now, they are mapped to genericDetektReport
on parse. - Also
Error
word changed forViolation
everywhere. - Because of
DetektReport
change,DetektViolationReporter
doesn't need separatefile
parameter, only violation.DetektViolation
has it inside.
- That's why
v1.1.0
Updated images in README