Sha256: 5301931cf1691cd77e26da8b2564072745d04f097fd07211d9bb4463c3fdbb63

Contents?: true

Size: 201 Bytes

Versions: 7

Compression:

Stored size: 201 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.6
  Exclude:
    - 'bin/console'
    - 'vendor/**/*'

Layout/LineLength:
  Max: 120

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

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
sdr-client-0.4.0 .rubocop.yml
sdr-client-0.3.1 .rubocop.yml
sdr-client-0.3.0 .rubocop.yml
sdr-client-0.2.1 .rubocop.yml
sdr-client-0.2.0 .rubocop.yml
sdr-client-0.1.0 .rubocop.yml
repository-client-0.1.0 .rubocop.yml