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 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
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" />
26
36
27
37
<exclude name =" SlevomatCodingStandard.Exceptions.DisallowNonCapturingCatch.DisallowedNonCapturingCatch" />
28
38
<exclude name =" SlevomatCodingStandard.Classes.DisallowConstructorPropertyPromotion.DisallowedConstructorPropertyPromotion" />
You can’t perform that action at this time.
0 commit comments