Fix RSpec/NoExpectationExample cop (#25103)
This commit is contained in:
parent
38c6216082
commit
0f2c16ac4b
3 changed files with 21 additions and 11 deletions
|
@ -528,13 +528,6 @@ RSpec/MultipleMemoizedHelpers:
|
|||
RSpec/NestedGroups:
|
||||
Max: 6
|
||||
|
||||
# Configuration parameters: AllowedPatterns.
|
||||
# AllowedPatterns: ^expect_, ^assert_
|
||||
RSpec/NoExpectationExample:
|
||||
Exclude:
|
||||
- 'spec/controllers/auth/registrations_controller_spec.rb'
|
||||
- 'spec/services/precompute_feed_service_spec.rb'
|
||||
|
||||
RSpec/PendingWithoutReason:
|
||||
Exclude:
|
||||
- 'spec/models/account_spec.rb'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue