Skip to content

Commit f167642

Browse files
committed
Add a name for the different PMD rules
1 parent d63de3e commit f167642

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

etc/pmd-java-configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- ${project.groupId}:${project.artifactId}:${project.version} -->
33
<ruleset xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
name="pmd-eclipse"
5+
name="Ullrich Hafner's PMD Java Production Code Rules"
66
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
7-
<description>Ullrich Hafner's PMD rules</description>
7+
<description>Ullrich Hafner's PMD Java Production Code Rules</description>
88

99
<rule ref="category/java/bestpractices.xml">
1010
<exclude name="AccessorMethodGeneration"/>

etc/pmd-javascript-configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- ${project.groupId}:${project.artifactId}:${project.version} -->
33
<ruleset xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
name="pmd-eclipse"
5+
name="Ullrich Hafner's PMD JavaScript Rules"
66
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
7-
<description>Ullrich Hafner's PMD rules</description>
7+
<description>Ullrich Hafner's PMD JavaScript Rules</description>
88

99
<rule ref="category/ecmascript/bestpractices.xml"/>
1010
<rule ref="category/ecmascript/codestyle.xml"/>

etc/pmd-tests-configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- ${project.groupId}:${project.artifactId}:${project.version} -->
33
<ruleset xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
name="pmd-eclipse"
5+
name="Ullrich Hafner's PMD Java Test Code Rules"
66
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
7-
<description>Ullrich Hafner's PMD rules</description>
7+
<description>Ullrich Hafner's PMD Java Test Code Rules</description>
88

99
<rule ref="category/java/bestpractices.xml">
1010
<exclude name="AccessorMethodGeneration"/>

0 commit comments

Comments
 (0)