If I'm running the following tasks, do I also need...
# detekt
e
If I'm running the following tasks, do I also need to run the
detekt
task, or is that covered by the others?
./gradlew detektJvmMain detektDebug detektJsMain detektMetadataMain
g
Nope.
detekt
runs without type resolution. The others all have type resolution enabled: https://detekt.dev/docs/gettingstarted/type-resolution/
e
And so running with type resolution is a super set of running without it?
g
Essentially yes