Skip to content

Commit a2d02b4

Browse files
committed
feature: exclude pmd rule ImplicitFunctionalInterface
Else it throws false errors on jpa repository classes in other projects
1 parent e721ab6 commit a2d02b4

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)