Last active
November 4, 2018 16:46
-
-
Save sanogueralorenzo/d2eb60c34f032075ff799f67463867c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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