Set buildUponDefaultConfig = true in detekt configuration

This commit is contained in:
Jakub Chrzanowski
2020-07-02 05:46:55 +02:00
parent 7b370ff9af
commit 20472f19e9
3 changed files with 4 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ intellij {
// Read more: https://detekt.github.io/detekt/kotlindsl.html
detekt {
config = files("./detekt-config.yml")
buildUponDefaultConfig = true
reports {
html.enabled = false