inherit_gem: rubocop-shopify: rubocop-cli.yml AllCops: Exclude: - gen/template/**/* - vendor/**/* TargetRubyVersion: 2.5 Style/ClassAndModuleChildren: Exclude: - lib/cli/kit/support/test_helper.rb Style/FrozenStringLiteralComment: Enabled: false # This doesn't take into account retrying from an exception Lint/SuppressedException: Enabled: false # allow String.new to create mutable strings Style/EmptyLiteral: Enabled: false # allow the use of globals which makes sense in a CLI app like this Style/GlobalVars: Enabled: false # allow using %r{} for regexes Style/RegexpLiteral: Enabled: false # allow readable Dev::Util.begin formatting Style/MultilineBlockChain: Enabled: false Style/StringLiterals: EnforcedStyle: single_quotes