Sha256: add28832b9ec4736e4b8c26c99f48f0f740648f23e855a5f2ed9186a37a7b9ab

Contents?: true

Size: 750 Bytes

Versions: 3

Compression:

Stored size: 750 Bytes

Contents

AllCops:
  Exclude:
    - 'vendor/**/*'
    - 'gemfiles/vendor/**/*'

Style/HashSyntax:
  EnforcedStyle: hash_rockets
  SupportedStyles:
    - hash_rockets

Style/SymbolArray:
  Enabled: false # %i[] syntax isn't 1.9.x compatible

Metrics/LineLength:
  Max: 1000

Metrics/MethodLength:
  Max: 15 # Relax slightly from the default of 10

Style/DoubleNegation:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Metrics/BlockLength:
  ExcludedMethods: ['describe', 'context'] # RSpec DSL is expected to have long blocks.

Style/ExpandPathArguments:
  Enabled: false # syntax requires Ruby >= 2.0

Gemspec/RequiredRubyVersion:
  Enabled: false # rubocop compares to gemspec, yet won't allow 1.9 as minimum version

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rollbar-2.19.2 .rubocop.yml
rollbar-2.19.1 .rubocop.yml
rollbar-2.19.0 .rubocop.yml