rubocop_rspec: disable some new rules.
This commit is contained in:
parent
baa1491bda
commit
1322d962b8
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user