We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556cf9b commit 402b0f8Copy full SHA for 402b0f8
CodeatCodingStandard/ruleset.xml
@@ -214,12 +214,12 @@
214
<property name="maxLinesLength" value="50"/>
215
</properties>
216
</rule>
217
- <rule ref="SlevomatCodingStandard.Complexity.Cognitive.ComplexityTooHigh">
+ <rule ref="SlevomatCodingStandard.Complexity.Cognitive">
218
<properties>
219
<property name="maxComplexity" value="10"/>
220
221
222
- <rule ref="SlevomatCodingStandard.Files.FileLength.FileTooLong">
+ <rule ref="SlevomatCodingStandard.Files.FileLength">
223
224
<property name="maxLinesLength" value="260"/>
225
0 commit comments