Hey, as I understand the detekt plugin is not able...
# detekt
e
Hey, as I understand the detekt plugin is not able to show live warnings for rules that require type resolution. I would still like those rules to be checked during development, is there a way to configure all rules to run on each build? I tried creating a task dependency, but
build.gradle
does not see the task -
detektMain
, only -
detekt
is available. I can still run the
detektMain
task manually without problems though.