Is the detekt IDE plugin supposed to use the confi...
# detekt
l
Is the detekt IDE plugin supposed to use the config/detekt/detekt.yaml file? I see warnings in my IDE for things I have disabled in the yaml. Running the gradle task works fine.
m
You need to configure the plugin to find the yaml file. Perferences -> Tools -> Detekt
l
Thanks. That seems to work.