Sha256: 958f2e874ef29817f344996fe0cad4e8d549ffc1e49515b24a633d1dbdaa346e

Contents?: true

Size: 325 Bytes

Versions: 3

Compression:

Stored size: 325 Bytes

Contents

# This is the configuration used to check the rubocop source code.

inherit_from: .rubocop_todo.yml
require:
  - rubocop-rspec

Metrics/BlockLength:
  Exclude:
    - spec/cocina/**/*

Metrics/LineLength:
  Max: 114

Metrics/MethodLength:
  Max: 13

RSpec/MultipleExpectations:
  Enabled: false

RSpec/ExampleLength:
  Max: 9

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocina-models-0.6.0 .rubocop.yml
cocina-models-0.5.0 .rubocop.yml
cocina-models-0.4.1 .rubocop.yml