Skip to content

Commit

Permalink
Update default PMD rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jsotuyod committed Nov 15, 2018
1 parent b44a6fb commit 406b9d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defaults/pmd/pmd-6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

<!-- The new PMD checks for concatenations, it's ok then! -->
<!-- <exclude name="GuardLogStatement"/> -->

<!-- Assume we have few meaningful asserts, making this desired but not required -->
<exclude name="JUnitAssertionsShouldIncludeMessage" />
</rule>

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

0 comments on commit 406b9d8

Please sign in to comment.