Fix RSpec/PredicateMatcher cop (#25102)

This commit is contained in:
Matt Jankowski
2023-05-23 10:49:11 -04:00
committed by GitHub
parent 778e4a7bf7
commit b896b16cb3
4 changed files with 9 additions and 18 deletions

View File

@ -556,15 +556,6 @@ RSpec/PendingWithoutReason:
Exclude:
- 'spec/models/account_spec.rb'
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: Strict, EnforcedStyle, AllowedExplicitMatchers.
# SupportedStyles: inflected, explicit
RSpec/PredicateMatcher:
Exclude:
- 'spec/controllers/api/v1/accounts/notes_controller_spec.rb'
- 'spec/models/user_spec.rb'
- 'spec/services/post_status_service_spec.rb'
RSpec/StubbedMock:
Exclude:
- 'spec/controllers/api/base_controller_spec.rb'