[fenix] 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/600/head
Michael Comella 4 years ago committed by Michael Comella
parent d81eff94bd
commit 7e5cad1e66

@ -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