rubocop: Disable RSpec metrics cops
- We've disabled metrics cops for method length and complexity since we were fighting them a lot and the numbers were arbitrary and growing. It feels like these RSpec metrics numbers are arbitrary too.
This commit is contained in:
parent
0384b82adc
commit
46b946fd35
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user