Hi. Another question. In root project I have: ``` ...
# detekt
d
Hi. Another question. In root project I have:
Copy code
tasks.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.