Skip to content

Commit 064789a

Browse files
Frank VerhoevenFeijs
authored andcommitted
Allow unused parameters sometimes required by an interface (#8)
1 parent 9c7b79a commit 064789a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MyOnlineStore/ruleset.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@
127127
</rule>
128128
<!-- Forbid weak comparisons -->
129129
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators"/>
130-
<!-- Forbid dead code -->
131-
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements"/>
132130
<!-- Forbid unused use statements -->
133131
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses">
134132
<properties>
@@ -247,7 +245,6 @@
247245
</properties>
248246
</rule>
249247
<rule ref="SlevomatCodingStandard.Variables.UselessVariable"/>
250-
<rule ref="SlevomatCodingStandard.Functions.UnusedParameter"/>
251248
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure"/>
252249
<!-- Useless code -->
253250
<rule ref="SlevomatCodingStandard.Namespaces.UselessAlias"/>

0 commit comments

Comments
 (0)