We won't use this

This commit is contained in:
Benoit Marty 2022-05-12 17:05:34 +02:00
parent 7d6c27eed5
commit d8cda04e14
1 changed files with 0 additions and 2 deletions

View File

@ -151,8 +151,6 @@ allprojects {
allRules = false
// point to your custom config defining rules to run, overwriting default behavior
config = files("$rootDir/tools/detekt/detekt.yml")
// a way of suppressing issues before introducing detekt
baseline = file("$rootDir/tools/detekt/baseline.xml")
}
}