1

default pmd config

This commit is contained in:
Christoph
2020-04-12 17:27:22 +02:00
parent ebeb00acd5
commit 8e603b8fed

View File

@ -31,13 +31,9 @@ tasks.withType(SpotBugsTask) {
pmd {
consoleOutput = true
ignoreFailures = true
toolVersion = "6.21.0"
toolVersion = "6.22.0"
rulePriority = 5
ruleSets = ["category/java/errorprone.xml",
"category/java/bestpractices.xml",
"category/java/security.xml",
"category/java/performance.xml",
"category/java/design.xml"]
ruleSetConfig = resources.text.fromFile(file("${rootDir}/config/pmd/ruleset.xml"))
}
checkstyle {