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 999cdce commit 10f3d1bCopy full SHA for 10f3d1b
gradle/config/pmd/rules.xml renamed to gradle/config/pmd/custom-rules.xml
gradle/config/pmd/ruleset.xml
@@ -73,6 +73,6 @@
73
<rule ref="category/java/performance.xml">
74
</rule>
75
76
- <rule ref="rules.xml/StaticStarImports"/>
77
- <rule ref="rules.xml/UseContextClassLoader"/>
+ <rule ref="custom-rules.xml/StaticStarImports"/>
+ <rule ref="custom-rules.xml/UseContextClassLoader"/>
78
</ruleset>
0 commit comments