I'm running into a bit of a weird issue, and wonde...
# detekt
b
I'm running into a bit of a weird issue, and wondering if anyone has any ideas. I'm setting up detekt in an Android project. I have the plugin configuration set up in my root level project and the plugin applied to my main
app
module. If I leave the
detekt
block empty other specifying which report types to output, everything seems to work fine if I run the
detekt
task form the root or module level. The issue comes whenever I try to add a config yaml file along with the
buildUponDefaultConfig
flag. Whenever I add a config that attempts to customize the configuration of a single rule, no rules seem to run at all. After some debugging, though, it seems like as soon as I add
input
with a path to my files it works again, which seems very odd since I didn't need to do that before I tried to specify a custom config file. Any ideas what I might be going on?