Skip to content

Commit d2d55d9

Browse files
committed
Fix test due to changed default of ClassNamingConventions
1 parent f53e8d0 commit d2d55d9

File tree

1 file changed

+3
-0
lines changed
  • net.sourceforge.pmd.eclipse.plugin.test/src/main/resources/net/sourceforge/pmd/eclipse/runtime/cmd/multiplerulesets

1 file changed

+3
-0
lines changed

net.sourceforge.pmd.eclipse.plugin.test/src/main/resources/net/sourceforge/pmd/eclipse/runtime/cmd/multiplerulesets/ruleset1.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
<rule ref="category/java/codestyle.xml/ClassNamingConventions">
1414
<priority>1</priority>
15+
<properties>
16+
<property name="utilityClassPattern" value="[A-Z][a-zA-Z0-9]+(Utils?|Helper|Constants)" />
17+
</properties>
1518
</rule>
1619

1720
<rule ref="category/java/design.xml" >

0 commit comments

Comments
 (0)