diff --git a/.rubocop.yml b/.rubocop.yml index 3b4baaa..c320c40 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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