Sha256: 85ae676087fd1da3d0b643e8fe1806f7eda7a5eb82628d8270dd603472243987

Contents?: true

Size: 245 Bytes

Versions: 1

Compression:

Stored size: 245 Bytes

Contents

inherit_from: .rubocop_todo.yml

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

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
  ExcludedMethods:
    - 'OptionParser.new'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sdr-client-0.5.0 .rubocop.yml