kevinherron
06/22/2018, 5:39 PMsubprojects {
apply plugin: "io.gitlab.arturbosch.detekt"
detekt {
version = "1.0.0.RC7-2"
defaultProfile {
input = file("src/main/kotlin")
filters = ".*/resources/.*,.*/build/.*"
}
}
}
results :detektCheck running for each module… but analyzing the same module each timemartynas
06/25/2018, 6:21 AMmartynas
06/25/2018, 6:22 AM