Sha256: acdd62bd6245acb2c20fbfa8e6d6a87705a755b4563b0307b2c632458ced12d7

Contents?: true

Size: 1.19 KB

Versions: 6

Compression:

Stored size: 1.19 KB

Contents

AllCops:
   Include:
     - 'lib/**/*.rb'
     - 'spec/**/*.rb'
   Exclude:
     - 'examples/**/*'
     - 'vendor/**/*'

Metrics/ClassLength:
  Max: 248
  CountComments: false

Metrics/AbcSize:
  Max: 58

Metrics/CyclomaticComplexity:
  Max: 13

Metrics/PerceivedComplexity:
  Max: 13

Metrics/LineLength:
  Max: 155

Metrics/MethodLength:
  Max: 41

Style/SignalException:
  Enabled: false

Performance/Casecmp:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/ParallelAssignment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/CaseEquality:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/FileName:
  Exclude:
    - 'lib/sentry-raven-without-integrations.rb'
    - 'lib/sentry-raven.rb'

Style/NumericLiterals:
  Exclude:
    - 'spec/raven/processors/sanitizedata_processor_spec.rb'

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Lint/RescueException:
  Exclude:
    - 'lib/raven/base.rb'
    - 'lib/raven/instance.rb'
    - 'lib/raven/integrations/delayed_job.rb'
    - 'lib/raven/integrations/rack.rb'
    - 'lib/raven/integrations/sidekiq.rb'
    - 'spec/raven/event_spec.rb'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sentry-raven-2.6.3 .rubocop.yml
sentry-raven-2.6.2 .rubocop.yml
sentry-raven-2.6.1 .rubocop.yml
sentry-raven-2.6.0 .rubocop.yml
sentry-raven-2.5.3 .rubocop.yml
sentry-raven-2.5.2 .rubocop.yml