We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c07d583 + 0f513bf commit b238080Copy full SHA for b238080
src/LEVIY/ruleset.xml
@@ -110,18 +110,6 @@
110
<rule ref="Generic.ControlStructures.InlineControlStructure"/>
111
<rule ref="Generic.Formatting.SpaceAfterCast"/>
112
<rule ref="Generic.Functions.CallTimePassByReference"/>
113
- <rule ref="Generic.Metrics.CyclomaticComplexity">
114
- <properties>
115
- <property name="complexity" value="6"/>
116
- <property name="absoluteComplexity" value="8"/>
117
- </properties>
118
- </rule>
119
- <rule ref="Generic.Metrics.NestingLevel">
120
121
- <property name="nestingLevel" value="4"/>
122
- <property name="absoluteNestingLevel" value="6"/>
123
124
125
<rule ref="Generic.NamingConventions.UpperCaseConstantName"/>
126
<rule ref="Generic.PHP.LowerCaseConstant"/>
127
<rule ref="Generic.PHP.Syntax"/>
0 commit comments