Skip to content

Commit

Permalink
Exclude UndefinedVariable rule
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Feb 11, 2024
1 parent 1860695 commit c181e99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<exclude name="BooleanArgumentFlag"/>
<exclude name="ErrorControlOperator"/>
<exclude name="StaticAccess"/>
<exclude name="UndefinedVariable"/>
</rule>
<!-- codesize -->
<rule ref="rulesets/codesize.xml/NPathComplexity">
Expand Down

0 comments on commit c181e99

Please sign in to comment.