Skip to content

Commit

Permalink
chore(phpmd): add ExcessiveClassComplexity rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Oct 3, 2023
1 parent bef8e4f commit b532280
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@
<property name="maxmethods" value="10"/>
</properties>
</rule>
<rule ref="rulesets/codesize.xml/ExcessiveClassComplexity">
<properties>
<property name="maximum" value="20"/>
</properties>
</rule>
</ruleset>

0 comments on commit b532280

Please sign in to comment.