inherit_gem: rubocop-shopify: rubocop.yml require: - rubocop-performance - rubocop-rake inherit_mode: merge: - Exclude AllCops: NewCops: enable Exclude: - bin/**/* - node_modules/**/* - tmp/**/* - vendor/**/*