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 custom reporters in diktat runner #1804

Open nulls opened 8 months ago

nulls commented 8 months ago

Gradle and maven plugins use diktat runner to run diktat. We need to support a custom reporter in diktat runner to support it in plugins https://github.com/saveourtool/diktat/issues/1472