File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
ProjektMOTORCodingStandard Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 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.Commenting.DisallowCommentAfterCode.DisallowedCommentAfterCode" />
26+ <exclude name =" SlevomatCodingStandard.Functions.RequireMultiLineCall.RequiredMultiLineCall" />
2527 <exclude name =" SlevomatCodingStandard.Files.LineLength.LineTooLong" />
2628 <exclude name =" SlevomatCodingStandard.PHP.RequireExplicitAssertion.RequiredExplicitAssertion" />
2729 <exclude name =" SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces.NonFullyQualified" />
You can’t perform that action at this time.
0 commit comments