Skip to content

Commit

Permalink
Merge branch 'master' into renovate/pmd-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
anasoid authored Sep 26, 2024
2 parents 3870218 + c0a48e7 commit 4664930
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 4664930

Please sign in to comment.