File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ under the License.
29
29
30
30
This ruleset might be used as a starting point for an own customized ruleset [0].
31
31
32
- [0] https://pmd.github.io/latest/pmd_userdocs_understanding_rulesets .html
32
+ [0] https://pmd.github.io/latest/pmd_userdocs_making_rulesets .html
33
33
</description >
34
34
35
35
<rule ref =" category/java/bestpractices.xml/AvoidUsingHardCodedIP" />
@@ -90,4 +90,4 @@ under the License.
90
90
<rule ref =" category/java/performance.xml/BigIntegerInstantiation" />
91
91
<rule ref =" category/java/performance.xml/BooleanInstantiation" />
92
92
93
- </ruleset >
93
+ </ruleset >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ under the License.
26
26
Customized PMD ruleset for Maven, see [0] for more information.
27
27
This ruleset is references by org.apache.maven:maven-parent.
28
28
29
- [0] https://pmd.github.io/latest/pmd_userdocs_understanding_rulesets .html
29
+ [0] https://pmd.github.io/latest/pmd_userdocs_making_rulesets .html
30
30
-->
31
31
32
32
<description >
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ whizbang
122
122
+-----+
123
123
124
124
The ruleset references some built-in rules. For more information about rulesets, see
125
- {{{https://pmd.github.io/pmd-${pmdVersion}/pmd_userdocs_understanding_rulesets .html}Understanding Rulesets}}
125
+ {{{https://pmd.github.io/pmd-${pmdVersion}/pmd_userdocs_making_rulesets .html}Making Rulesets}}
126
126
and {{{./usingRuleSets.html}Using Rule Sets}}.
127
127
128
128
* Configure the other projects to use it
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Using Rule Sets
45
45
with the PMD tool, you do not need to specificy the absolute path of the file. It will be resolved by
46
46
the plugin. But if the rule set is a custom rule set, you need to specify its absolute path.
47
47
48
- See {{{https://pmd.github.io/pmd-${pmdVersion}/pmd_userdocs_understanding_rulesets .html}Understanding Rulesets}}
48
+ See {{{https://pmd.github.io/pmd-${pmdVersion}/pmd_userdocs_making_rulesets .html}Making Rulesets}}
49
49
if you want to create your own custom ruleset.
50
50
51
51
<<Note:>> Starting with PMD 5.0 and Maven PMD Plugin 3.0 the paths to the
@@ -151,4 +151,4 @@ The default ruleset
151
151
152
152
<rule ref="category/java/performance.xml/BigIntegerInstantiation" />
153
153
<rule ref="category/java/performance.xml/BooleanInstantiation" />
154
- +-----+
154
+ +-----+
You can’t perform that action at this time.
0 commit comments