Sha256: 9f0c18899fb4cc83fe097a2f1cf775f3e0d405127619911a54c89c6b78cd8506

Contents?: true

Size: 1.71 KB

Versions: 4

Compression:

Stored size: 1.71 KB

Contents

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

Metrics/ClassLength:
  Max: 300
  CountComments: false

Metrics/AbcSize:
  Max: 40

Metrics/BlockLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Max: 12

Metrics/PerceivedComplexity:
  Max: 11

Metrics/MethodLength:
  Max: 30

Style/SymbolArray:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/RescueStandardError:
  Enabled: false

Style/ParallelAssignment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/CommentedKeyword:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/CaseEquality:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/RedundantBegin:
  Enabled: false

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

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/IfUnlessModifier:
  Enabled: false

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'

Lint/SuppressedException:
  Enabled: false

Lint/AssignmentInCondition:
  Enabled: false

Layout/LineLength:
  Max: 155

Naming/FileName:
  Exclude:
    - 'lib/sentry-raven-without-integrations.rb'
    - 'lib/sentry-raven.rb'
    - 'lib/raven/integrations/rack-timeout.rb'

Naming/MethodParameterName:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sentry-raven-3.0.4 .rubocop.yml
sentry-raven-3.0.3 .rubocop.yml
sentry-raven-3.0.2 .rubocop.yml
sentry-raven-3.0.1 .rubocop.yml