also does the `detektMain` gradle task always cov...
# detekt
e
also does the
detektMain
gradle task always cover everything that's done by the`detekt` task? does type resolution ever skip anything that's not skipped by the regular task?
b
No, detektMain should be a super set of detekt.
If that's not the case an issue should be open to fix it.
e
i was just being naive and had both running in CI, so wanted to remove
detekt
and just double check