We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b774f0 commit efec449Copy full SHA for efec449
plugin/src/main/resources/pmd-ruleset.xml
@@ -12,6 +12,7 @@
12
<!-- Best Practices - Important coding standards -->
13
<rule ref="category/java/bestpractices.xml">
14
<exclude name="GuardLogStatement"/>
15
+ <exclude name="AbstractClassWithoutAbstractMethod"/>
16
</rule>
17
18
<!-- Performance - Critical performance issues -->
0 commit comments