Skip to content

Commit

Permalink
Added ignore for too many public methods. Not sure where they pulled …
Browse files Browse the repository at this point in the history
…10 out of...
  • Loading branch information
Austinb committed Dec 3, 2015
1 parent 1eeba12 commit 535b466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/config/phpmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

<rule ref="rulesets/codesize.xml">
<exclude name="TooManyMethods"/>
<exclude name="TooManyPublicMethods"/>
<exclude name="ExcessiveClassComplexity"/>
</rule>
<rule ref="rulesets/codesize.xml/TooManyMethods">
Expand Down

0 comments on commit 535b466

Please sign in to comment.