adam-mcneilly
10/20/2019, 1:47 AM--info
but didn't see it.detektGenerateConfig
, it creates a file in rootProject/config/detekt/detekt.yml
. If I replace that with my custom one, everything works fine.
I suppose I found a work around, now, but I still don't understand why the above doesn't work out.taso
10/26/2019, 9:27 AMfile("${project.projectDir}/config/detekt/detekt.yml")
shouldn't it be rootProject?rootProject.file('config/detekt/detekt.yml')