We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44a6fb commit 406b9d8Copy full SHA for 406b9d8
defaults/pmd/pmd-6.xml
@@ -21,6 +21,9 @@
21
22
<!-- The new PMD checks for concatenations, it's ok then! -->
23
<!-- <exclude name="GuardLogStatement"/> -->
24
+
25
+ <!-- Assume we have few meaningful asserts, making this desired but not required -->
26
+ <exclude name="JUnitAssertionsShouldIncludeMessage" />
27
</rule>
28
29
<rule ref="category/java/codestyle.xml">
0 commit comments