Merge pull request #524 from whym/style

Move config file of PMD
This commit is contained in:
Josephine Lim 2017-04-19 21:55:04 +10:00 committed by GitHub
commit 523a4f1199
2 changed files with 1 additions and 1 deletions

View file

@ -25,7 +25,7 @@ task checkstyle(type: Checkstyle) {
task pmd(type: Pmd) {
ignoreFailures = true
ruleSetFiles = files("${project.rootDir}/ruleset.xml")
ruleSetFiles = files("${project.rootDir}/script/style/ruleset.xml")
ruleSets = []
source 'src'