~~Hi. Are there some official guides how to use cu...
# detekt
d
~~Hi. Are there some official guides how to use custom detekt rules? I have them in separate module but when I'm doing~~
Copy code
dependencies {
    detekt project(":custom-rules")
}
project is successfully synchronized in IDE, but
./gradlew detekt
fails with
Error: Could not find or load main class io.gitlab.arturbosch.detekt.cli.Main
UPD. https://arturbosch.github.io/detekt/extensions.html#integrate-your-extension-with-the-detekt-gradle-plugin