Sha256: 000fcda003fba7a5692488a1dbe5a831237ee2253d501308025ba5aa0906c17d

Contents?: true

Size: 445 Bytes

Versions: 49

Compression:

Stored size: 445 Bytes

Contents

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

AllCops:
  Exclude:
    - 'vendor/**/*'
    - 'tmp/**/*'
  TargetRubyVersion: '2.2'

# 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

49 entries across 49 versions & 3 rubygems

Version Path
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.5/.rubocop.yml
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.5/.rubocop.yml
bootsnap-1.4.5-java .rubocop.yml
bootsnap-1.4.5 .rubocop.yml
bootsnap-1.4.4-java .rubocop.yml
bootsnap-1.4.4 .rubocop.yml
bootsnap-1.4.3-java .rubocop.yml
bootsnap-1.4.3 .rubocop.yml
bootsnap-1.4.2-java .rubocop.yml
bootsnap-1.4.2 .rubocop.yml
bootsnap-1.4.2.rc3 .rubocop.yml
bootsnap-1.4.2.rc2-java .rubocop.yml
bootsnap-1.4.2.rc2 .rubocop.yml
bootsnap-1.4.2.rc1-java .rubocop.yml
bootsnap-1.4.2.rc1 .rubocop.yml
bootsnap-1.4.1-java .rubocop.yml
bootsnap-1.4.1 .rubocop.yml
bootsnap-1.4.0 .rubocop.yml
bootsnap-1.4.0-java .rubocop.yml
bootsnap-1.4.0.pre3 .rubocop.yml