inherit_gem: rubocop-shopify: rubocop.yml require: - rubocop-rails - rubocop-rspec AllCops: NewCops: enable Exclude: - db/schema.rb - bin/**/* RSpec/ExampleLength: Enabled: false RSpec/MultipleExpectations: Enabled: false