Skip to content

Commit 3a62efb

Browse files
author
Robert Freigang
committed
Exclude line length from eslvomat cause already handled by symfony coding standard
1 parent f10e5e5 commit 3a62efb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ProjektMOTORCodingStandard/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml"><!-- relative path to your ruleset.xml -->
2323
<!-- keep it for debugging reasons to be able to list all rules vendor/bin/phpcs -e | grep SlevomatCodingStandard -->
2424
<!--<exclude name="*" />-->
25+
<exclude name="SlevomatCodingStandard.Files.LineLength.LineTooLong" />
2526
<exclude name="SlevomatCodingStandard.Classes.DisallowLateStaticBindingForConstants.DisallowedLateStaticBindingForConstant" />
2627
<exclude name="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix" />
2728
<exclude name="SlevomatCodingStandard.Classes.SuperfluousTraitNaming" />

0 commit comments

Comments
 (0)