Skip to content

Commit

Permalink
Disable RSpec/FactoryBot/CreateList cop
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiMisiura committed Oct 19, 2020
1 parent c0b94f2 commit 131da36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Expand Up @@ -92,6 +92,10 @@ Performance/CollectionLiteralInLoop:
Exclude:
- 'spec/**/*.rb'

# This disabling is a workaround for https://github.com/rubocop-hq/rubocop-rails/issues/374.
RSpec/FactoryBot/CreateList:
Enabled: false

RSpec/PredicateMatcher:
EnforcedStyle: explicit

Expand Down

0 comments on commit 131da36

Please sign in to comment.