Skip to content

Commit

Permalink
add more lines to avoid this error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Mar 6, 2025
1 parent 45c3843 commit a2dd556
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
</properties>
</rule>

<rule ref="rulesets/codesize.xml/ExcessiveMethodLength">
<properties>
<property name="minimum" value="150" />
</properties>
</rule>

<rule ref="rulesets/cleancode.xml">
<exclude name="ElseExpression" />
<exclude name="StaticAccess" />
Expand Down

0 comments on commit a2dd556

Please sign in to comment.