File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
ProjektMOTORCodingStandard Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2323 <!-- keep it for debugging reasons to be able to list all rules vendor/bin/phpcs -e | grep SlevomatCodingStandard -->
2424 <!-- <exclude name="*" />-->
2525 <exclude name =" SlevomatCodingStandard.Files.LineLength.LineTooLong" />
26+ <exclude name =" SlevomatCodingStandard.PHP.RequireExplicitAssertion.RequiredExplicitAssertion" />
27+ <exclude name =" SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces.NonFullyQualified" />
28+ <exclude name =" SlevomatCodingStandard.Classes.SuperfluousTraitNaming.SuperfluousSuffix" />
29+ <exclude name =" SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPostIncrementOperator" />
30+ <exclude name =" SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing.IncorrectLinesCountBeforeControlStructure" />
31+ <exclude name =" SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing.IncorrectLinesCountAfterControlStructure" />
2632 <exclude name =" SlevomatCodingStandard.Classes.DisallowLateStaticBindingForConstants.DisallowedLateStaticBindingForConstant" />
2733 <exclude name =" SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix" />
2834 <exclude name =" SlevomatCodingStandard.Classes.SuperfluousTraitNaming" />
You can’t perform that action at this time.
0 commit comments