Skip to content

Commit

Permalink
Incresae value for warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 10, 2014
1 parent 50f6907 commit 7da4edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/codesniffer/ruleset.xml
Expand Up @@ -108,7 +108,7 @@
<rule ref="Generic.Metrics.CyclomaticComplexity">
<properties>
<property name="complexity" value="80" />
<property name="absoluteComplexity" value="200" />
<property name="absoluteComplexity" value="250" />
</properties>
</rule>
<rule ref="Generic.Metrics.NestingLevel">
Expand Down

0 comments on commit 7da4edd

Please sign in to comment.