Skip to content

Commit 10f3d1b

Browse files
committed
build(PMD): renamed rules.xml -> custom-rules.xml
1 parent 999cdce commit 10f3d1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

gradle/config/pmd/ruleset.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
<rule ref="category/java/performance.xml">
7474
</rule>
7575

76-
<rule ref="rules.xml/StaticStarImports"/>
77-
<rule ref="rules.xml/UseContextClassLoader"/>
76+
<rule ref="custom-rules.xml/StaticStarImports"/>
77+
<rule ref="custom-rules.xml/UseContextClassLoader"/>
7878
</ruleset>

0 commit comments

Comments
 (0)