Merge pull request #14869 from issyl0/rubocop-rspec-metrics

rubocop: Disable RSpec metrics cops
This commit is contained in:
Mike McQuaid 2023-03-03 09:28:35 +00:00 committed by GitHub
commit 1ad215d9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,15 +287,15 @@ RSpec/MessageSpies:
RSpec/StubbedMock:
Enabled: false
# TODO: try to reduce these
# These were ever-growing numbers, not useful.
RSpec/ExampleLength:
Max: 75
Enabled: false
RSpec/MultipleExpectations:
Max: 26
Enabled: false
RSpec/NestedGroups:
Max: 5
Enabled: false
RSpec/MultipleMemoizedHelpers:
Max: 12
Enabled: false
# Annoying to have these autoremoved.
RSpec/Focus: