dector
09/21/2019, 3:13 PMtasks.withType(io.gitlab.arturbosch.detekt.Detekt) {
...
exclude "**/build/**"
}
and generating baseline with ./gradlew detektBaseline
.
But in baseline file I see whitelist entries from projectRoot/some-module/build/generated/source/...
.
Is there something I should check before reporting this as an issue? Thanks.