Sha256: e346664ac741e72303c3b89e67fbb7226eced89758717f6a1f2ba4b47406ab2f

Contents?: true

Size: 326 Bytes

Versions: 3

Compression:

Stored size: 326 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: 14

RSpec/MultipleExpectations:
  Enabled: false

RSpec/ExampleLength:
  Max: 18

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocina-models-0.29.0 .rubocop.yml
cocina-models-0.28.0 .rubocop.yml
cocina-models-0.27.0 .rubocop.yml