File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<!-- ${project.groupId}:${project.artifactId}:${project.version} -->
3
3
<ruleset xmlns =" http://pmd.sourceforge.net/ruleset/2.0.0"
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- name =" pmd-eclipse "
5
+ name =" Ullrich Hafner's PMD Java Production Code Rules "
6
6
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 >
8
8
9
9
<rule ref =" category/java/bestpractices.xml" >
10
10
<exclude name =" AccessorMethodGeneration" />
Original file line number Diff line number Diff line change 2
2
<!-- ${project.groupId}:${project.artifactId}:${project.version} -->
3
3
<ruleset xmlns =" http://pmd.sourceforge.net/ruleset/2.0.0"
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- name =" pmd-eclipse "
5
+ name =" Ullrich Hafner's PMD JavaScript rules "
6
6
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 >
8
8
9
9
<rule ref =" category/ecmascript/bestpractices.xml" />
10
10
<rule ref =" category/ecmascript/codestyle.xml" />
Original file line number Diff line number Diff line change 2
2
<!-- ${project.groupId}:${project.artifactId}:${project.version} -->
3
3
<ruleset xmlns =" http://pmd.sourceforge.net/ruleset/2.0.0"
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- name =" pmd-eclipse "
5
+ name =" Ullrich Hafner's PMD Java Test Code Rules "
6
6
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 >
8
8
9
9
<rule ref =" category/java/bestpractices.xml" >
10
10
<exclude name =" AccessorMethodGeneration" />
You can’t perform that action at this time.
0 commit comments