Skip to content

Commit 96b8a5f

Browse files
committed
Move config file of PMD
1 parent db81e9c commit 96b8a5f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/quality.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ task checkstyle(type: Checkstyle) {
2525

2626
task pmd(type: Pmd) {
2727
ignoreFailures = true
28-
ruleSetFiles = files("${project.rootDir}/ruleset.xml")
28+
ruleSetFiles = files("${project.rootDir}/script/style/ruleset.xml")
2929
ruleSets = []
3030

3131
source 'src'
File renamed without changes.

0 commit comments

Comments
 (0)