Skip to content

Commit abcf750

Browse files
authored
Merge pull request #94 from hmcts/chore/add-pmd-exclusion
feature: exclude pmd rule ImplicitFunctionalInterface
2 parents e721ab6 + a2d02b4 commit abcf750

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/pmd-ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<exclude name="UnitTestAssertionsShouldIncludeMessage"/>
1919
<exclude name="UnitTestContainsTooManyAsserts"/>
2020
<exclude name="PreserveStackTrace"/>
21+
<exclude name="ImplicitFunctionalInterface"/>
2122
</rule>
2223
<rule ref="category/java/codestyle.xml">
2324
<exclude name="AtLeastOneConstructor"/>

0 commit comments

Comments
 (0)