Skip to content

Commit ebed45b

Browse files
harritejapivovarit
authored andcommitted
Pivovarit patch 4 (eugenp#4570)
* Update baeldung-pmd-rules.xml * Update baeldung-pmd-rules.xml (eugenp#4561)
1 parent b1d194c commit ebed45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

baeldung-pmd-rules.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
44
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
55
<description>Baeldung custom PMD rules</description>
6-
<rule name="UnitTestMustFollowNamingConventionRule" message="Test class name doesn't follow the naming convention" class="org.baeldung.pmd.UnitTestNamingConventionRule">
6+
<rule name="UnitTestMustFollowNamingConventionRule" message="Unit test class names need to end in 'UnitTest', integration tests with 'IntegrationTest', etc " class="org.baeldung.pmd.UnitTestNamingConventionRule">
77
<description>Test does not follow Baeldung naming convention</description>
88
<priority>3</priority>
99
</rule>
10-
</ruleset>
10+
</ruleset>

0 commit comments

Comments
 (0)