2
0
forked from Wavyzz/dolibarr

Qual: Increase cyclomatic complexity from 20 to 25 (20 is a little bit low for a software as much featurefull than Dolibarr).

This commit is contained in:
Laurent Destailleur
2011-08-28 02:33:36 +00:00
parent 511b6cf4f0
commit aacad07511

View File

@@ -71,7 +71,7 @@
<!-- Tweaks to metrics -->
<rule ref="Generic.Metrics.CyclomaticComplexity">
<properties>
<property name="complexity" value="20" />
<property name="complexity" value="25" />
<property name="absoluteComplexity" value="100" />
</properties>
</rule>