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