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 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.Classes.DisallowLateStaticBindingForConstants.DisallowedLateStaticBindingForConstant" />
26+ <exclude name =" SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix" />
27+ <exclude name =" SlevomatCodingStandard.Classes.SuperfluousTraitNaming" />
2628 <exclude name =" SlevomatCodingStandard.Classes.TraitUseSpacing.IncorrectLinesCountAfterLastUse" />
2729 <exclude name =" SlevomatCodingStandard.Classes.TraitUseSpacing.IncorrectLinesCountBeforeFirstUse" />
2830 <exclude name =" SlevomatCodingStandard.Commenting.DisallowOneLinePropertyDocComment.OneLinePropertyComment" />
You can’t perform that action at this time.
0 commit comments