Sha256: a019c0180fc02a0702f0a4debd417039416227fc36a9e553691d7f79384abfc7

Contents?: true

Size: 484 Bytes

Versions: 5

Compression:

Stored size: 484 Bytes

Contents

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

# All these metrics should go down over time.

Metrics/ClassLength:
  Max: 279

Metrics/CyclomaticComplexity:
  Max: 18

Layout/LineLength:
  Max: 193
  Exclude:
    - features/**/*
    - spec/**/*

Metrics/MethodLength:
  Max: 49

Metrics/AbcSize:
  Max: 47

Metrics/BlockLength:
  Max: 45
  Exclude:
    - spec/**/*

Metrics/ModuleLength:
  Max: 220
  Exclude:
    - spec/**/*

Metrics/PerceivedComplexity:
  Max: 19

Version data entries

5 entries across 5 versions & 1 rubygems

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