Skip to content

Instantly share code, notes, and snippets.

@sanogueralorenzo
Last active November 4, 2018 16:46
Show Gist options
  • Save sanogueralorenzo/d2eb60c34f032075ff799f67463867c8 to your computer and use it in GitHub Desktop.
Save sanogueralorenzo/d2eb60c34f032075ff799f67463867c8 to your computer and use it in GitHub Desktop.
apply plugin: 'io.gitlab.arturbosch.detekt'
detekt {
config = files("$rootDir/default-detekt-config.yml")
filters = ".*build.*,.*/resources/.*,.*/tmp/.*"
//Optional baseline, uncomment & run gradle command detektBaseline to exclude existing issues
//baseline = file("detekt-baseline.xml")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment