Skip to content

Commit

Permalink
Increase cyclomatic complexity threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 5, 2017
1 parent e644d9d commit 67c571f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/setup/codesniffer/ruleset.xml
Expand Up @@ -126,7 +126,7 @@
<rule ref="Generic.Metrics.CyclomaticComplexity">
<properties>
<property name="complexity" value="120" />
<property name="absoluteComplexity" value="250" />
<property name="absoluteComplexity" value="300" />
</properties>
</rule>
<rule ref="Generic.Metrics.NestingLevel">
Expand Down

0 comments on commit 67c571f

Please sign in to comment.