Sha256: 570481c6005f9228d6b01cd30342254ebd7f543b7fbcb815786ece50d1ce4271

Contents?: true

Size: 776 Bytes

Versions: 7

Compression:

Stored size: 776 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2
  Exclude:
    - 'elastic-apm.gemspec'
    - 'vendor/**/*'

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/AlignHash:
  Exclude:
    - 'Gemfile'

Layout/EmptyLinesAroundArguments:
  Enabled: false

Lint/RescueException:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Metrics/ModuleLength:
  Exclude:
    - 'spec/**/*.rb'

Naming/PredicateName:
  Enabled: false

Naming/FileName:
  Exclude:
    - 'lib/elastic-apm.rb'

Naming/AccessorMethodName:
  Enabled: false

Style/Alias:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/FormatStringToken:
  Enabled: false

Style/SafeNavigation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Rails/Delegate:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
elastic-apm-0.4.5 .rubocop.yml
elastic-apm-0.4.4 .rubocop.yml
elastic-apm-0.4.3 .rubocop.yml
elastic-apm-0.4.2 .rubocop.yml
elastic-apm-0.4.1 .rubocop.yml
elastic-apm-0.4.0 .rubocop.yml
elastic-apm-0.3.0 .rubocop.yml