Sha256: eae3e0fe4f23eb0631b357db5dde465b475f2a201fc17626203ec10a4cca5af2

Contents?: true

Size: 481 Bytes

Versions: 5

Compression:

Stored size: 481 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/**/*'
    - 'lib/preservation/client.rb'

Style/WordArray:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
preservation-client-1.0.0 .rubocop.yml
preservation-client-0.5.0 .rubocop.yml
preservation-client-0.4.0 .rubocop.yml
preservation-client-0.3.0 .rubocop.yml
preservation-client-0.2.2 .rubocop.yml