Set high threshold that can be lowered later for stricter enforcement.

This commit is contained in:
Tyler Benson 2017-07-11 17:19:36 -07:00
parent 71ab8b2be1
commit c881285d2c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ def checkstyleConfigDir = new File(buildscript.sourceFile.parentFile, 'enforceme
checkstyle {
configFile = new File(checkstyleConfigDir, "checkstyle.xml")
configProperties.checkstyleConfigDir = checkstyleConfigDir
maxWarnings = 500
}
plugins.withType(GroovyBasePlugin) {