Skip to content

Commit

Permalink
Exclude sniff DisallowedArrowFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvrany authored and jost125 committed Aug 14, 2020
1 parent f560c1c commit 6672193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BonamiCodingStandards/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<exclude name="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure"/>
<exclude name="SlevomatCodingStandard.Functions.UnusedParameter"/>
<exclude name="SlevomatCodingStandard.Variables.UnusedVariable"/>
<exclude name="SlevomatCodingStandard.Functions.DisallowArrowFunction"/>
<exclude name="SlevomatCodingStandard.Functions.UselessParameterDefaultValue"/>
<exclude name="SlevomatCodingStandard.Variables.UselessVariable"/>
<exclude name="SlevomatCodingStandard.ControlStructures.AssignmentInCondition"/>
Expand Down

0 comments on commit 6672193

Please sign in to comment.