diff --git a/config/default.yml b/config/default.yml index dfe1ba6ed7..8960ec5da0 100644 --- a/config/default.yml +++ b/config/default.yml @@ -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: '<>' Performance/UnfreezeString: Description: 'Use unary plus to get an unfrozen string literal.'