Sha256: afb3396b04c0d758f9ffb27ffe9b03c84244865db775b416eb3dd60601c7c910

Contents?: true

Size: 395 Bytes

Versions: 13

Compression:

Stored size: 395 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 2.1

# 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

13 entries across 13 versions & 2 rubygems

Version Path
cli-ui-1.3.0 .rubocop.yml
cli-ui-1.2.3 .rubocop.yml
cli-ui-1.2.2 .rubocop.yml
cli-ui-1.2.0 .rubocop.yml
cli-ui-1.2.1 .rubocop.yml
cli-ui-1.1.4 .rubocop.yml
cli-ui-1.1.3 .rubocop.yml
cli-ui-1.1.2 .rubocop.yml
cli-ui-1.1.1 .rubocop.yml
cli-ui-1.1.0 .rubocop.yml
cli-ui-1.0.0 .rubocop.yml
cli-ui-0.1.2 .rubocop.yml
dev-ui-0.1.2 .rubocop.yml