diff --git a/.rubocop.yml b/.rubocop.yml index 69c414b934..4be57f1681 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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