Skip to content

Commit

Permalink
Exclude UseConcurrentHashMap from default PMD conf
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Apr 26, 2017
1 parent 0408888 commit 55b8b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/src/main/resources/pmd/conf-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<exclude name="OnlyOneReturn" />
<exclude name="DefaultPackage" />
<exclude name="AvoidFinalLocalVariable" />
<exclude name="UseConcurrentHashMap" />
</rule>

<rule ref="rulesets/java/coupling.xml">
Expand Down

0 comments on commit 55b8b9f

Please sign in to comment.