I just recently updated my arturbosch detekt library in my android app to 1.20.0-RC1 but when I run my build using bitrise CI tool, I get this error message:
I have checked my detekt config file and "formatting" is spelt correctly. What could be wrong and how do I resolve it.
I my gradle file, I added the autoCorrect Line in this block:
Try to use
./gradlew detektGenerateConfig
- detekt will generate proper config file, but keep in mind it will override your current fileFound it in this github issue