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.TypeHints.ParameterTypeHint.UselessAnnotation" />
2526 <exclude name =" SlevomatCodingStandard.Commenting.RequireOneLineDocComment.MultiLineDocComment" />
2627 <exclude name =" SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator.RequiredNumericLiteralSeparator" />
2728 <exclude name =" SlevomatCodingStandard.Commenting.DisallowCommentAfterCode.DisallowedCommentAfterCode" />
3132 <exclude name =" SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces.NonFullyQualified" />
3233 <exclude name =" SlevomatCodingStandard.Classes.SuperfluousTraitNaming.SuperfluousSuffix" />
3334 <exclude name =" SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPostIncrementOperator" />
35+ <exclude name =" SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing.IncorrectLinesCountBeforeControlStructure" />
3436 <exclude name =" SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing.IncorrectLinesCountBeforeControlStructure" />
3537 <exclude name =" SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing.IncorrectLinesCountAfterControlStructure" />
3638 <exclude name =" SlevomatCodingStandard.Classes.DisallowLateStaticBindingForConstants.DisallowedLateStaticBindingForConstant" />
You can’t perform that action at this time.
0 commit comments