When running detekt in a multi module build if a m...
# detekt
z
When running detekt in a multi module build if a module fails detekt it will abort the build. Is it possible to tell detekt to continue running on all modules?
e
I believe passing
--continue
to Gradle will do that
z
great point! thank you