We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6c7ce commit bfafc49Copy full SHA for bfafc49
IxDFCodingStandard/ruleset.xml
@@ -107,14 +107,6 @@
107
-->
108
<!--Ensures that variables are not passed by reference when calling a function.-->
109
<rule ref="Generic.Functions.CallTimePassByReference"/>
110
- <rule ref="Generic.Metrics.CyclomaticComplexity">
111
- <properties>
112
- <!-- The cyclomatic complexity above which this sniff will generate warnings -->
113
- <property name="complexity" value="7"/>
114
- <!-- The cyclomatic complexity above which this sniff will generate errors -->
115
- <property name="absoluteComplexity" value="7"/>
116
- </properties>
117
- </rule>
118
<!-- Checks how many level deep that code is nested within a function. -->
119
<rule ref="Generic.Metrics.NestingLevel">
120
<properties>
0 commit comments