Sha256: f71b88d2f98d6a18cc2f918eefb1559593a61e5d35730492657a0a4f7f6708ee

Contents?: true

Size: 447 Bytes

Versions: 4

Compression:

Stored size: 447 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.6

Layout/EmptyLinesAroundClassBody:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'preservation-client.gemspec'
    - 'spec/**/*'

Metrics/LineLength:
  Max: 120
  Exclude:
    - 'lib/preservation/client/response_error_formatter.rb'
    - 'spec/**/*'

Metrics/MethodLength:
  Max: 25

Style/Documentation:
  Exclude:
    - 'spec/**/*'


Style/WordArray:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
preservation-client-3.0.0 .rubocop.yml
preservation-client-2.2.0 .rubocop.yml
preservation-client-2.1.0 .rubocop.yml
preservation-client-2.0.0 .rubocop.yml