Skip to content

Instantly share code, notes, and snippets.

@radimvaculik
Created November 11, 2017 20:04
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 radimvaculik/88ee5592c9230072377d4f2786f90662 to your computer and use it in GitHub Desktop.
Save radimvaculik/88ee5592c9230072377d4f2786f90662 to your computer and use it in GitHub Desktop.
plugins {
id "io.gitlab.arturbosch.detekt" version "1.0.0.[version]"
}
detekt {
version = "1.0.0.[version]"
profile("main") {
input = "$projectDir/your/app"
config = "$projectDir/detekt.yml"
filters = ".*test.*,.*/resources/.*,.*/tmp/.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment