Skip to content

Commit 00efc12

Browse files
committed
chore(pmd): remove deprecated AbstractNaming rule
Quote from https://pmd.github.io/2018/04/29/PMD-6.3.0/#deprecated-rules % The Java rule AbstractNaming (java-codestyle) is deprecated in favour of ClassNamingConventions. % See also https://pmd.github.io/2018/04/29/PMD-6.3.0/#naming-rules-enhancements Part of #1018
1 parent 6c015bf commit 00efc12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/config/pmd.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
<rule ref="category/java/bestpractices.xml/UseCollectionIsEmpty" />
6060
<rule ref="category/java/bestpractices.xml/UseVarargs" />
6161

62-
<rule ref="category/java/codestyle.xml/AbstractNaming" />
6362
<!--<rule ref="category/java/codestyle.xml/AtLeastOneConstructor" />-->
6463
<rule ref="category/java/codestyle.xml/AvoidDollarSigns" />
6564
<rule ref="category/java/codestyle.xml/AvoidFinalLocalVariable" />

0 commit comments

Comments
 (0)