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:
parent
511b6cf4f0
commit
aacad07511
@ -71,7 +71,7 @@
|
|||||||
<!-- Tweaks to metrics -->
|
<!-- Tweaks to metrics -->
|
||||||
<rule ref="Generic.Metrics.CyclomaticComplexity">
|
<rule ref="Generic.Metrics.CyclomaticComplexity">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="complexity" value="20" />
|
<property name="complexity" value="25" />
|
||||||
<property name="absoluteComplexity" value="100" />
|
<property name="absoluteComplexity" value="100" />
|
||||||
</properties>
|
</properties>
|
||||||
</rule>
|
</rule>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user