default pmd config
This commit is contained in:
@ -31,13 +31,9 @@ tasks.withType(SpotBugsTask) {
|
|||||||
pmd {
|
pmd {
|
||||||
consoleOutput = true
|
consoleOutput = true
|
||||||
ignoreFailures = true
|
ignoreFailures = true
|
||||||
toolVersion = "6.21.0"
|
toolVersion = "6.22.0"
|
||||||
rulePriority = 5
|
rulePriority = 5
|
||||||
ruleSets = ["category/java/errorprone.xml",
|
ruleSetConfig = resources.text.fromFile(file("${rootDir}/config/pmd/ruleset.xml"))
|
||||||
"category/java/bestpractices.xml",
|
|
||||||
"category/java/security.xml",
|
|
||||||
"category/java/performance.xml",
|
|
||||||
"category/java/design.xml"]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
|
|||||||
Reference in New Issue
Block a user