Skip to content

Commit

Permalink
Disable RSpec/MultipleMemoizedHelpers
Browse files Browse the repository at this point in the history
This single cop generates 372 offenses, e.g. "Example group has too many memoized helpers [19/5]"

rubocop/rubocop-rspec#863
  • Loading branch information
marcandre committed Nov 6, 2020
1 parent 0ab423b commit a32a6f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .rubocop.yml
Expand Up @@ -103,7 +103,8 @@ RSpec/MessageSpies:
RSpec/NestedGroups:
Max: 7

# RSpec/MultipleMemoizedHelpers:
# Enabled: false
RSpec/MultipleMemoizedHelpers:
Enabled: false

RSpec/FactoryBot/CreateList:
Enabled: false

0 comments on commit a32a6f7

Please sign in to comment.