Skip to content

Commit 406b9d8

Browse files
committed
Update default PMD rules
1 parent b44a6fb commit 406b9d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

defaults/pmd/pmd-6.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

2222
<!-- The new PMD checks for concatenations, it's ok then! -->
2323
<!-- <exclude name="GuardLogStatement"/> -->
24+
25+
<!-- Assume we have few meaningful asserts, making this desired but not required -->
26+
<exclude name="JUnitAssertionsShouldIncludeMessage" />
2427
</rule>
2528

2629
<rule ref="category/java/codestyle.xml">

0 commit comments

Comments
 (0)