adam-mcneilly
10/20/2019, 1:47 AMadam-mcneilly
10/20/2019, 1:50 AM--info but didn't see it.adam-mcneilly
10/20/2019, 1:53 AMdetektGenerateConfig, 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?taso
10/26/2019, 9:27 AMrootProject.file('config/detekt/detekt.yml')taso
10/26/2019, 9:28 AM