No issue: run detekt on unit test files.

detekt still passes after I make this change.

afaik, there isn't a good reason not to run it on unit tests and it can
be valuable to add custom rules for them. Also, detekt is already
running on our androidTest directory.
pull/200/head^2
Michael Comella 4 years ago committed by Michael Comella
parent 41a92a8d8b
commit 57805b82a8

@ -179,7 +179,6 @@ tasks.register('ktlint', JavaExec) {
tasks.withType(io.gitlab.arturbosch.detekt.Detekt.class).configureEach {
exclude("**/resources/**")
exclude("**/test/**")
exclude("**/tmp/**")
}

Loading…
Cancel
Save