Skip to content

Commit

Permalink
Disable RSpec/FactoryBot/CreateList cop
Browse files Browse the repository at this point in the history
This PR disables `RSpec/FactoryBot/CreateList` cop as a workaround for
rubocop#374.
  • Loading branch information
koic committed Oct 19, 2020
1 parent 539e11f commit 67ca7d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Expand Up @@ -93,6 +93,10 @@ Metrics/ModuleLength:
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 67ca7d3

Please sign in to comment.