Sha256: 2615a1d3728068af7a4779f91bdcd55d07821748e3b05896dfcd994b78d434d4

Contents?: true

Size: 775 Bytes

Versions: 1

Compression:

Stored size: 775 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cli-kit-4.0.0 .rubocop.yml