jeremymailen / kotlinter-gradle

Painless, fast ktlint plugin for Gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enabling "sarif" formatter causes `lintKotlin` task to become useless

ephemient opened this issue · comments

tasks.lintKotlin {
    reports.put("sarif", file("ktlint.sarif"))
}

./gradlew lintKotlin now succeeds, writing empty reports, without checking any ktlint issues.

Thank you for letting me know! We hadn't added support for that reporter yet, but adding it now.

Give 3.6.0 a try, now included