Skip to content

Commit

Permalink
Merge pull request #274 from koic/change_unmark_autocorrect_false_fro…
Browse files Browse the repository at this point in the history
…m_performance_case_when_splat

Change from `AutoCorrect: false` to `SafeAutoCorrect: false` for  `Performance/CaseWhenSplat`
  • Loading branch information
koic committed Dec 1, 2021
2 parents a48cf83 + a06a4e6 commit bc90441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -0,0 +1 @@
* [#274](https://github.com/rubocop/rubocop-performance/pull/274): Unmark `AutoCorrect: false` from `Performance/CaseWhenSplat`. ([@koic][])
3 changes: 1 addition & 2 deletions config/default.yml
Expand Up @@ -43,10 +43,9 @@ Performance/CaseWhenSplat:
Reordering `when` conditions with a splat to the end
of the `when` branches can improve performance.
Enabled: false
AutoCorrect: false
SafeAutoCorrect: false
VersionAdded: '0.34'
VersionChanged: '0.59'
VersionChanged: '<<next>>'

Performance/Casecmp:
Description: >-
Expand Down

0 comments on commit bc90441

Please sign in to comment.