Skip to content

Commit

Permalink
Remove Generic.Metrics.CyclomaticComplexity
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Apr 1, 2024
1 parent fc6c7ce commit bfafc49
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions IxDFCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@
-->
<!--Ensures that variables are not passed by reference when calling a function.-->
<rule ref="Generic.Functions.CallTimePassByReference"/>
<rule ref="Generic.Metrics.CyclomaticComplexity">
<properties>
<!-- The cyclomatic complexity above which this sniff will generate warnings -->
<property name="complexity" value="7"/>
<!-- The cyclomatic complexity above which this sniff will generate errors -->
<property name="absoluteComplexity" value="7"/>
</properties>
</rule>
<!-- Checks how many level deep that code is nested within a function. -->
<rule ref="Generic.Metrics.NestingLevel">
<properties>
Expand Down

0 comments on commit bfafc49

Please sign in to comment.