Hey folks, I noticed some weird behaviour with the...
# detekt
s
Hey folks, I noticed some weird behaviour with the current Detekt Gradle plugin. In essence, it seems to ignore sourcesets and by default just gobbles in any kt file it can find recursively. I know this is probably by design, but this is a problem if one wants to have the plugin defined in their root project (because then you only need to specify the version at the top level
plugins { }
) and they have a custom ruleset used in a subproject