Fix Performance/TimesMap cop (#24789)

This commit is contained in:
Matt Jankowski
2023-05-02 12:07:16 -04:00
committed by GitHub
parent bae694108a
commit 570079f8ce
6 changed files with 15 additions and 24 deletions

View File

@ -365,15 +365,6 @@ Performance/StartWith:
Exclude:
- 'app/lib/extractor.rb'
# This cop supports unsafe autocorrection (--autocorrect-all).
Performance/TimesMap:
Exclude:
- 'spec/controllers/api/v1/blocks_controller_spec.rb'
- 'spec/controllers/api/v1/mutes_controller_spec.rb'
- 'spec/lib/feed_manager_spec.rb'
- 'spec/lib/request_pool_spec.rb'
- 'spec/models/account_spec.rb'
# This cop supports unsafe autocorrection (--autocorrect-all).
Performance/UnfreezeString:
Exclude: