diktat
diktat copied to clipboard
Log lint errors even with `reporter=sarif`
Now (v 1.1.0) diktat-gradle-plugin doesn't log lint errors when reporter is set to SARIF. It makes it less obvious sometimes, e.g. when SARIF file failed to upload.
fuck, isn't this a ktlint problem?
Nope, we should simply use two reporters simultaneously: reporter=plain,sarif
supported:
- gradle and maven plugins supports two reporters now and plain is enabled by default.
- cli prints detected errors to stdout even when an additional reporter is configured