rubocop_rspec: disable new rule.
This commit is contained in:
parent
49149aa012
commit
ba20ac5c6d
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user