rubocop_rspec: disable new rule.

This commit is contained in:
Mike McQuaid 2019-08-05 13:56:51 +01:00
parent 49149aa012
commit ba20ac5c6d
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -12,6 +12,8 @@ NewFormulaAudit:
# Intentionally disabled as it doesn't fit with our code style.
RSpec/AnyInstance:
Enabled: false
RSpec/ImplicitBlockExpectation:
Enabled: false
# TODO: try to enable these (also requires fixing Homebrew/bundle)
RSpec/ContextWording: