2
0

Fix Performance/MapMethodChain cop (#27744)

This commit is contained in:
Matt Jankowski
2023-11-07 08:01:09 -05:00
committed by GitHub
parent bbad5b6456
commit 45770c9306
5 changed files with 13 additions and 20 deletions

View File

@@ -50,13 +50,6 @@ Metrics/CyclomaticComplexity:
Metrics/PerceivedComplexity:
Max: 27
Performance/MapMethodChain:
Exclude:
- 'app/models/feed.rb'
- 'lib/mastodon/cli/maintenance.rb'
- 'spec/services/bulk_import_service_spec.rb'
- 'spec/services/import_service_spec.rb'
RSpec/AnyInstance:
Exclude:
- 'spec/controllers/activitypub/inboxes_controller_spec.rb'