Set high threshold that can be lowered later for stricter enforcement.
This commit is contained in:
parent
71ab8b2be1
commit
c881285d2c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue