Skip to content

Instantly share code, notes, and snippets.

@toidv
Created November 19, 2018 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toidv/3bd472787b337226f4b0b90cc05d04b9 to your computer and use it in GitHub Desktop.
Save toidv/3bd472787b337226f4b0b90cc05d04b9 to your computer and use it in GitHub Desktop.
detekt {
version = "1.0.0.RC8"
profile("main") {
input = "$projectDir"
config = "$project.rootDir/app/detekt-config.yml"
filters = ".*test.*,.*/resources/.*,.*/tmp/.*"
output = "${project.buildDir}/reports/detekt"
parallel = true
disableDefaultRuleSets = false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment