sanogueralorenzo
11/06/2019, 9:39 PMmarschwar
11/07/2019, 6:20 PMtask detektAll(type: io.gitlab.arturbosch.detekt.Detekt) {
description = "Runs detekt for the entire project."
input = files("$projectDir")
config = files("$rootDir/detekt-config.yml")
includes = ["**/*.kt", "**/*.kts"]
excludes = ["**/test/**/*.kt"]
}
sanogueralorenzo
11/07/2019, 7:00 PM