rubocop_rspec: disable some new rules.

This commit is contained in:
Mike McQuaid 2020-02-11 12:46:49 +00:00
parent baa1491bda
commit 1322d962b8
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -26,6 +26,10 @@ RSpec/LeakyConstantDeclaration:
Enabled: false
RSpec/MessageSpies:
Enabled: false
RSpec/RepeatedDescription:
Enabled: false
RSpec/RepeatedExampleGroupDescription:
Enabled: false
# TODO: try to reduce these (also requires fixing Homebrew/bundle)
RSpec/ExampleLength: