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
519 stars 39 forks source link

Support merge sarif reports in Maven plugin #1821

Open nulls opened 8 months ago

nulls commented 8 months ago

Maven plugin doesn't support it. Need to implement it as a single task.

Probably https://stackoverflow.com/questions/4146638/maven-variable-for-reactor-root/48879554#48879554 can be used to detect a root project

Or can be taken this plugin: https://github.com/jdcasey/directory-maven-plugin