Skip to content

Commit

Permalink
[ci] Fixes PMD warning (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Sep 8, 2023
1 parent 501a170 commit ef9712a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/conf/pmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@
<exclude name="AvoidFieldNameMatchingTypeName"/>
<exclude name="AvoidInstanceofChecksInCatchClause"/>
<exclude name="AvoidLiteralsInIfCondition"/>
<exclude name="BeanMembersShouldSerialize"/>
<exclude name="CloneMethodMustImplementCloneable"/>
<exclude name="CloseResource"/>
<exclude name="CompareObjectsWithEquals"/>
Expand Down

0 comments on commit ef9712a

Please sign in to comment.