Skip to content

Commit

Permalink
Merge pull request #30 from PcComponentes/feature/udate-rules
Browse files Browse the repository at this point in the history
Update rules exclusions
  • Loading branch information
calmohallag authored Dec 20, 2024
2 parents a0d724f + f0edf48 commit 13f7290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
<rule ref="PSR2" />
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml">
<exclude name="SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys.IncorrectKeyOrder" />
<exclude name="SlevomatCodingStandard.Attributes.AttributesOrder" />
<exclude name="SlevomatCodingStandard.Classes.ClassConstantVisibility" />
<exclude name="SlevomatCodingStandard.Classes.ClassLength.ClassTooLong" />
<exclude name="SlevomatCodingStandard.Classes.DisallowConstructorPropertyPromotion" />
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming" />
<exclude name="SlevomatCodingStandard.Commenting.DisallowCommentAfterCode" />
<exclude name="SlevomatCodingStandard.Complexity.Cognitive.ComplexityTooHigh" />
<exclude name="SlevomatCodingStandard.ControlStructures.AssignmentInCondition" />
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowNullSafeObjectOperator.DisallowedNullSafeObjectOperator" />
Expand Down

0 comments on commit 13f7290

Please sign in to comment.