Skip to content

Commit 13f7290

Browse files
authored
Merge pull request #30 from PcComponentes/feature/udate-rules
Update rules exclusions
2 parents a0d724f + f0edf48 commit 13f7290

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
<rule ref="PSR2" />
44
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml">
55
<exclude name="SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys.IncorrectKeyOrder" />
6+
<exclude name="SlevomatCodingStandard.Attributes.AttributesOrder" />
67
<exclude name="SlevomatCodingStandard.Classes.ClassConstantVisibility" />
78
<exclude name="SlevomatCodingStandard.Classes.ClassLength.ClassTooLong" />
89
<exclude name="SlevomatCodingStandard.Classes.DisallowConstructorPropertyPromotion" />
910
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming" />
11+
<exclude name="SlevomatCodingStandard.Commenting.DisallowCommentAfterCode" />
1012
<exclude name="SlevomatCodingStandard.Complexity.Cognitive.ComplexityTooHigh" />
1113
<exclude name="SlevomatCodingStandard.ControlStructures.AssignmentInCondition" />
1214
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowNullSafeObjectOperator.DisallowedNullSafeObjectOperator" />

0 commit comments

Comments
 (0)