Skip to content

Commit ccf548e

Browse files
committed
style: increase max function length to 70 lines in cs config
1 parent e21854b commit ccf548e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IxDFCodingStandard/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<rule ref="SlevomatCodingStandard.Functions.FunctionLength">
235235
<properties>
236236
<!-- Default value is 20. -->
237-
<property name="maxLinesLength" value="40"/>
237+
<property name="maxLinesLength" value="70"/>
238238
</properties>
239239
</rule>
240240
<rule ref="SlevomatCodingStandard.Functions.RequireArrowFunction">

0 commit comments

Comments
 (0)