Skip to content
Snippets Groups Projects
Unverified Commit 1322d962 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

rubocop_rspec: disable some new rules.

parent baa1491b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment