Sha256: 2d6c38e125a93ddeb9bdfe0191b725021f66acc2c1872732749ab732bae0bc6c

Contents?: true

Size: 834 Bytes

Versions: 5

Compression:

Stored size: 834 Bytes

Contents

inherit_from:
  - .rubocop_rspec_base.yml
  - .rubocop_todo.yml

# Over time we'd like to get this down, but this is what we're at now.
Metrics/AbcSize:
  Max: 28

# Over time we'd like to get this down, but this is what we're at now.
Metrics/BlockLength:
  Max: 86
  Exclude:
    - spec/**/*

# Over time we'd like to get this down, but this is what we're at now.
Metrics/PerceivedComplexity:
  Max: 10

Security/MarshalLoad:
  Exclude:
    - 'lib/rspec/support/spec/in_sub_process.rb'

Style/EvalWithLocation:
  Exclude:
    # eval is only used here to check syntax
    - 'lib/rspec/support/ruby_features.rb'
    - 'benchmarks/skip_frames_for_caller_filter.rb'
    - 'spec/rspec/support/method_signature_verifier_spec.rb'

Lint/AssignmentInCondition:
  Exclude:
    # The pattern makes sense here
    - 'lib/rspec/support/mutex.rb'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
opal-rspec-1.1.0.alpha3 rspec-support/upstream/.rubocop.yml
opal-rspec-1.1.0.alpha2 rspec-support/upstream/.rubocop.yml
opal-rspec-1.1.0.alpha1 rspec-support/upstream/.rubocop.yml
opal-rspec-1.0.0 rspec-support/upstream/.rubocop.yml
opal-rspec-1.0.0.alpha1 rspec-support/upstream/.rubocop.yml