Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Fix name of splat expansion Rubocop rule (rouge-ruby#1451)
Browse files Browse the repository at this point in the history
The `UnneededSplatExpansion` rule is now called
`RedundantSplatExpansion`. This commit corrects the name of the rule.
  • Loading branch information
kubo39 authored and mattt committed May 21, 2020
1 parent 58a12fa commit aa87e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Lint/EndAlignment:
Lint/EmptyWhen:
Enabled: false

Lint/UnneededSplatExpansion:
Lint/RedundantSplatExpansion:
Enabled: false

Lint/IneffectiveAccessModifier:
Expand Down

0 comments on commit aa87e5f

Please sign in to comment.