Skip to content

Commit efec449

Browse files
committed
fix: PMD exclude AbstractClassWithoutAbstractMethod
1 parent 0b774f0 commit efec449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/main/resources/pmd-ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<!-- Best Practices - Important coding standards -->
1313
<rule ref="category/java/bestpractices.xml">
1414
<exclude name="GuardLogStatement"/>
15+
<exclude name="AbstractClassWithoutAbstractMethod"/>
1516
</rule>
1617

1718
<!-- Performance - Critical performance issues -->

0 commit comments

Comments
 (0)