Skip to content

Commit

Permalink
Merge pull request #375 from koic/disable_rspec_factory_bot_create_list
Browse files Browse the repository at this point in the history
Disable `RSpec/FactoryBot/CreateList` cop
  • Loading branch information
koic committed Oct 19, 2020
2 parents 539e11f + 67ca7d3 commit 1117cd0
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 1117cd0

Please sign in to comment.