File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
ProjektMOTORCodingStandard Expand file tree Collapse file tree 1 file changed +10
-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
26+ <exclude name =" SlevomatCodingStandard.Complexity.Cognitive.ComplexityTooHigh" />
27+ <exclude name =" SlevomatCodingStandard.Files.FileLength.FileTooLong" />
28+ <exclude name =" SlevomatCodingStandard.Classes.ClassLength.ClassTooLong" />
29+ <exclude name =" SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys.IncorrectKeyOrder" />
30+ <exclude name =" SlevomatCodingStandard.Attributes.AttributesOrder" />
31+ <exclude name =" SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFullyQualifiedName" />
32+
33+ <!-- actually in poll -->
34+ <exclude name =" SlevomatCodingStandard.ControlStructures.DisallowTrailingMultiLineTernaryOperator.TrailingMultiLineTernaryOperatorUsed" />
35+ <exclude name =" SlevomatCodingStandard.Classes.RequireSelfReference.RequiredSelfReference" />
2636
2737 <exclude name =" SlevomatCodingStandard.Exceptions.DisallowNonCapturingCatch.DisallowedNonCapturingCatch" />
2838 <exclude name =" SlevomatCodingStandard.Classes.DisallowConstructorPropertyPromotion.DisallowedConstructorPropertyPromotion" />
You can’t perform that action at this time.
0 commit comments