saveourtool / diktat

Strict coding standard for Kotlin and a custom set of rules for detecting code smells, code style issues and bugs
https://diktat.saveourtool.com
MIT License
544 stars 39 forks source link

Migrate to sarif merger from sarif4k #1923

Open nulls opened 8 months ago

nulls commented 8 months ago

Diktat has mergeDiktatReports which generates a single sarif report. It can be rewritten to newest sarif merger from sarif4k library.

See: https://github.com/detekt/sarif4k/issues/82