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 284faf5 commit 556cf9bCopy full SHA for 556cf9b
CodeatCodingStandard/ruleset.xml
@@ -214,4 +214,14 @@
214
<property name="maxLinesLength" value="50"/>
215
</properties>
216
</rule>
217
+ <rule ref="SlevomatCodingStandard.Complexity.Cognitive.ComplexityTooHigh">
218
+ <properties>
219
+ <property name="maxComplexity" value="10"/>
220
+ </properties>
221
+ </rule>
222
+ <rule ref="SlevomatCodingStandard.Files.FileLength.FileTooLong">
223
224
+ <property name="maxLinesLength" value="260"/>
225
226
227
</ruleset>
0 commit comments