Skip to content

Commit

Permalink
Fix bc brakes from new slevomat version
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofc committed Apr 12, 2021
1 parent 4110e56 commit c23d8c2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions BonamiCodingStandards/ruleset.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0"?>
<ruleset name="AcmeProject">
<rule ref="../../../../vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml">
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword"/>
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation"/>
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedExceptions"/>
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants"/>
Expand Down Expand Up @@ -59,7 +58,7 @@
<exclude name="SlevomatCodingStandard.Files.TypeNameMatchesFileName.NoMatchBetweenTypeNameAndFileName"/>
<exclude name="SlevomatCodingStandard.Functions.RequireArrowFunction"/>
<exclude name="SlevomatCodingStandard.Functions.StaticClosure"/>
<exclude name="SlevomatCodingStandard.Functions.TrailingCommaInCall"/>
<exclude name="SlevomatCodingStandard.Functions.RequireTrailingCommaInCall"/>
<exclude name="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure"/>
<exclude name="SlevomatCodingStandard.Functions.UnusedParameter"/>
<exclude name="SlevomatCodingStandard.Variables.UnusedVariable"/>
Expand Down Expand Up @@ -89,11 +88,6 @@
<property name="searchAnnotations" value="true" />
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements">
<properties>
<property name="alwaysUsedPropertiesAnnotations" type="array" value="@ORM\Column,@ORM\ManyToOne,@ORM\OneToMany,@ORM\OneToOne,@Column,@ManyToOne,@OneToMany,@OneToOne"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly">
<properties>
<property name="allowFullyQualifiedNameForCollidingClasses" value="true"/>
Expand Down

0 comments on commit c23d8c2

Please sign in to comment.