Skip to content

Commit 72c6c1d

Browse files
author
Robert Freigang
committed
Ignore not needed slevomat rules introduced in version 6.x
1 parent 19e9ebb commit 72c6c1d

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="PSR1.Files.SideEffects.FoundWithSymbols" />
2526
<exclude name="SlevomatCodingStandard.Functions.DisallowEmptyFunction.EmptyFunction" />
2627
<exclude name="SlevomatCodingStandard.Whitespaces.DuplicateSpaces.DuplicateSpaces" />
2728
<exclude name="SlevomatCodingStandard.Classes.RequireSingleLineMethodSignature.RequiredSingleLineSignature" />

0 commit comments

Comments
 (0)