Sha256: 3ab0cf8a3c5253b779b28c5e1e924e365b9351adf4703ee43f366d65cf904102

Contents?: true

Size: 521 Bytes

Versions: 8

Compression:

Stored size: 521 Bytes

Contents

inherit_from:
  - http://shopify.github.io/ruby-style-guide/rubocop.yml

AllCops:
  Exclude:
    - 'vendor/**/*'
  TargetRubyVersion: 2.0

# This doesn't understand that <<~ doesn't exist in 2.0
Style/IndentHeredoc:
  Enabled: false

# This doesn't take into account retrying from an exception
Lint/HandleExceptions:
  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

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
cli-kit-3.0.0.pre .rubocop.yml
cli-kit-1.0.0 .rubocop.yml
dev-kit-0.1.1 .rubocop.yml
dev-ui-0.1.1 .rubocop.yml
dev-kit-0.1.0 .rubocop.yml
dev-ui-0.1.0 .rubocop.yml
dev-ui-0.0.2 .rubocop.yml
dev-ui-0.0.1 .rubocop.yml