We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ff27d commit ba818c1Copy full SHA for ba818c1
1 file changed
CodeatCodingStandard/ruleset.xml
@@ -233,11 +233,6 @@
233
<property name="maxLinesLength" value="50"/>
234
</properties>
235
</rule>
236
- <rule ref="SlevomatCodingStandard.Files.FunctionLength">
237
- <properties>
238
- <property name="maxLinesLength" value="50"/>
239
- </properties>
240
- </rule>
241
<rule ref="SlevomatCodingStandard.Complexity.Cognitive">
242
<properties>
243
<property name="maxComplexity" value="10"/>
0 commit comments