rubocop_rspec: set new check max.

This commit is contained in:
Mike McQuaid 2020-08-19 10:52:11 +01:00
parent 85085da14c
commit 3e98401581
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -43,3 +43,5 @@ RSpec/MultipleExpectations:
Max: 26 Max: 26
RSpec/NestedGroups: RSpec/NestedGroups:
Max: 5 Max: 5
RSpec/MultipleMemoizedHelpers:
Max: 12