Sha256: dd9b91c2893d31c77b34bef6b86db11f86811f08c81884590b07e01ec846a33e

Contents?: true

Size: 502 Bytes

Versions: 8

Compression:

Stored size: 502 Bytes

Contents

inherit_gem:
  bixby: bixby_default.yml

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.6
  DisplayCopNames: true
  Exclude:
    - 'bin/**/*'
    - 'vendor/**/*'

Layout/LineLength:
  Max: 120

Naming/MethodName:
  Exclude:
    - 'lib/iiif_manifest/manifest_builder/iiif_service.rb'
    - 'lib/iiif_manifest/v3/manifest_builder/iiif_service.rb'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
iiif_manifest-1.6.0 .rubocop.yml
iiif_manifest-1.5.0 .rubocop.yml
iiif_manifest-1.4.0 .rubocop.yml
iiif_manifest-1.3.1 .rubocop.yml
iiif_manifest-1.3.0 .rubocop.yml
iiif_manifest-1.2.0 .rubocop.yml
iiif_manifest-1.1.1 .rubocop.yml
iiif_manifest-1.1.0 .rubocop.yml