Skip to content

Commit

Permalink
Merge pull request #492 from anasoid/anasoid-patch-1
Browse files Browse the repository at this point in the history
Update pmd.xml
  • Loading branch information
anasoid authored Sep 26, 2024
2 parents c6f88fa + 1b647f1 commit c0a48e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/pmd/pmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<rule ref="category/java/multithreading.xml">

<exclude name="UseConcurrentHashMap"/>
<exclude name="AvoidSynchronizedAtMethodLevel"/>

</rule>
<rule ref="category/java/performance.xml"/>
Expand All @@ -42,4 +43,4 @@

</rule>

</ruleset>
</ruleset>

0 comments on commit c0a48e7

Please sign in to comment.