inherit_gem: rubocop-shopify: rubocop.yml inherit_from: - .rubocop_todo.yml require: rubocop-performance Performance: Enabled: true AllCops: TargetRubyVersion: 2.4 NewCops: disable Exclude: - 'vendor/bundle/**/*' Naming/MethodName: Exclude: - 'example/server/liquid_servlet.rb'