Skip to content

Commit fc6c7ce

Browse files
committed
Remove duplicate rule
1 parent 31950c8 commit fc6c7ce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

IxDFCodingStandard/ruleset.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,6 @@
299299
<rule ref="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly"/>
300300
<rule ref="SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch"/>
301301
<rule ref="SlevomatCodingStandard.Files.FileLength"/>
302-
<rule ref="SlevomatCodingStandard.Files.FunctionLength">
303-
<properties>
304-
<!-- Default value is 20. -->
305-
<property name="maxLinesLength" value="40"/>
306-
</properties>
307-
</rule>
308302
<rule ref="SlevomatCodingStandard.Functions.ArrowFunctionDeclaration"/>
309303
<rule ref="SlevomatCodingStandard.Functions.DisallowEmptyFunction"/>
310304
<rule ref="SlevomatCodingStandard.Functions.DisallowNamedArguments">

0 commit comments

Comments
 (0)