Skip to content

Commit 24006f7

Browse files
Merge branch '4.0.0-develop' of github.com:magento/magento2-phpstorm-plugin into error-handler-development
2 parents 6d3af78 + d6017d9 commit 24006f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-tasks/staticChecks.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ checkstyle {
1919
pmd {
2020
toolVersion = "6.21.0"
2121
consoleOutput = true
22-
rulePriority = 5
22+
rulesMinimumPriority = 5
2323
ruleSets = [
2424
rootProject.file("gradle-tasks/pmd/ruleset.xml")
2525
]

0 commit comments

Comments
 (0)