File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
ProjektMOTORCodingStandard Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 22
22
<rule ref =" vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml" ><!-- relative path to your ruleset.xml -->
23
23
<!-- keep it for debugging reasons to be able to list all rules vendor/bin/phpcs -e | grep SlevomatCodingStandard -->
24
24
<!-- <exclude name="*" />-->
25
+ <exclude name =" SlevomatCodingStandard.Functions.DisallowEmptyFunction.EmptyFunction" />
25
26
<exclude name =" SlevomatCodingStandard.Whitespaces.DuplicateSpaces.DuplicateSpaces" />
26
27
<exclude name =" SlevomatCodingStandard.Classes.RequireSingleLineMethodSignature.RequiredSingleLineSignature" />
27
28
<exclude name =" SlevomatCodingStandard.Classes.RequireMultiLineMethodSignature.RequiredMultiLineSignature" />
You can’t perform that action at this time.
0 commit comments