Skip to content

Commit

Permalink
Fix 2 warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 15, 2023
1 parent ef8c0b1 commit 4d471e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/pmd-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<rule ref="category/java/codestyle.xml/ClassNamingConventions">
<properties>
<property name="utilityClassPattern" value="[A-Z][a-zA-Z0-9]+"/>
<property name="testClassPattern" value="^Test.*$|^Benchmark.*$|"/>
</properties>
</rule>
<rule ref="category/java/codestyle.xml/LinguisticNaming">
Expand Down

0 comments on commit 4d471e4

Please sign in to comment.