We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e40c8 commit 245233dCopy full SHA for 245233d
build.gradle
@@ -71,21 +71,6 @@ allprojects {
71
consoleOutput = true
72
toolVersion = "7.12.0"
73
74
- //rulesMinimumPriority = 5
75
- //ruleSets = [
76
- // "category/java/bestpractices.xml",
77
- // "category/java/codestyle.xml",
78
- // "category/java/design.xml",
79
- // "category/java/documentation.xml",
80
- // "category/java/errorprone.xml",
81
- // "category/java/multithreading.xml",
82
- // "category/java/performance.xml",
83
- // "category/java/security.xml",
84
-
85
- // //"category/java/errorprone.xml",
86
- // // "category/java/bestpractices.xml"
87
- //]
88
89
// This tells PMD to use your custom ruleset file.
90
ruleSetFiles = rootProject.files("config/pmd/pmd-ruleset.xml")
91
0 commit comments