diff --git a/.rubocop.yml b/.rubocop.yml index 03c4fb0..e8d70e8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -45,3 +45,8 @@ RSpec/ExampleLength: Naming/FileName: Exclude: - 'lib/rubocop-rake.rb' + +# This disabling is a workaround for https://github.com/rubocop-hq/rubocop-rspec/issues/1068. +# The cop has been disabled because FactoryBot is not used in this repository. +RSpec/FactoryBot/CreateList: + Enabled: false