Skip to content

Commit

Permalink
Tweaked coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Wolf committed Jul 9, 2015
1 parent bb52bfa commit 383eb3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/config/phpmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<exclude name="TooManyMethods"/>
<exclude name="ExcessiveClassComplexity"/>
<exclude name="NPathComplexity"/>
<exclude name="CyclomaticComplexity"/>
</rule>
<rule ref="rulesets/codesize.xml/TooManyMethods">
<properties>
Expand All @@ -51,6 +52,11 @@
<property name="minimum" value="300" />
</properties>
</rule>
<rule ref="rulesets/codesize.xml/CyclomaticComplexity">
<properties>
<property name="reportLevel" value="15" />
</properties>
</rule>

<rule ref="rulesets/controversial.xml">
<exclude name="Superglobals"/>
Expand Down

0 comments on commit 383eb3f

Please sign in to comment.