Skip to content

Commit

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

Change from `AutoCorrect: false` to `SafeAutoCorrect: false` for  `Performance/TimesMap`
  • Loading branch information
koic committed Dec 3, 2021
2 parents bc90441 + cb24bed commit 16833a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/default.yml
Expand Up @@ -338,11 +338,11 @@ Performance/Sum:

Performance/TimesMap:
Description: 'Checks for .times.map calls.'
AutoCorrect: false
Enabled: true
# See https://github.com/rubocop/rubocop/issues/4658
SafeAutoCorrect: false
VersionAdded: '0.36'
VersionChanged: '0.50'
SafeAutoCorrect: false # see https://github.com/rubocop/rubocop/issues/4658
VersionChanged: '<<next>>'

Performance/UnfreezeString:
Description: 'Use unary plus to get an unfrozen string literal.'
Expand Down

0 comments on commit 16833a0

Please sign in to comment.