Skip to content

Commit

Permalink
Ignore not needed slevomat rules introduced in version 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Freigang committed Mar 8, 2021
1 parent 19e9ebb commit 72c6c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ProjektMOTORCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml"><!-- relative path to your ruleset.xml -->
<!-- keep it for debugging reasons to be able to list all rules vendor/bin/phpcs -e | grep SlevomatCodingStandard -->
<!--<exclude name="*" />-->
<exclude name="PSR1.Files.SideEffects.FoundWithSymbols" />
<exclude name="SlevomatCodingStandard.Functions.DisallowEmptyFunction.EmptyFunction" />
<exclude name="SlevomatCodingStandard.Whitespaces.DuplicateSpaces.DuplicateSpaces" />
<exclude name="SlevomatCodingStandard.Classes.RequireSingleLineMethodSignature.RequiredSingleLineSignature" />
Expand Down

0 comments on commit 72c6c1d

Please sign in to comment.