Bryan Lindsey
03/16/2020, 3:46 PMapp
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?