Open
Description
I was checking the intellij-platform-plugin-template, and saw a detekt
linter in addition to ktlint
. Do you think we can also integrate it with WMP @Unthrottled? This would be a part where we add missing goodies here in WMP based on the template repo.
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
id("io.gitlab.arturbosch.detekt") version "1.14.2"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
id("org.jlleitschuh.gradle.ktlint") version "9.4.1"