gradle: checkstyle changes

This commit is contained in:
Owain van Brakel
2019-07-25 06:16:30 +02:00
parent 1534ca47dd
commit 3249fe9e8c
4 changed files with 3 additions and 64 deletions

View File

@@ -39,8 +39,10 @@ subprojects {
toolVersion = '6.4.1'
sourceSets = [sourceSets.main]
configFile = rootProject.file("./checkstyle/checkstyle.xml")
configProperties = [ "suppressionFile" : rootProject.file("./checkstyle/suppressions.xml")]
showViolations = true
ignoreFailures = false
maxWarnings = 0
}
}