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 31950c8 commit fc6c7ceCopy full SHA for fc6c7ce
IxDFCodingStandard/ruleset.xml
@@ -299,12 +299,6 @@
299
<rule ref="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly"/>
300
<rule ref="SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch"/>
301
<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>
308
<rule ref="SlevomatCodingStandard.Functions.ArrowFunctionDeclaration"/>
309
<rule ref="SlevomatCodingStandard.Functions.DisallowEmptyFunction"/>
310
<rule ref="SlevomatCodingStandard.Functions.DisallowNamedArguments">
0 commit comments