Sha256: 74bbb6526db03d6367e1b00fb6b07805e1508bf96fa185ef5875ee5dc888328a

Contents?: true

Size: 327 Bytes

Versions: 6

Compression:

Stored size: 327 Bytes

Contents

inherit_from: .rubocop_todo.yml

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

Layout/LineLength:
  Max: 120

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

Naming/FileName:
  Exclude:
    - 'lib/sdr-client.rb'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sdr-client-0.20.0 .rubocop.yml
sdr-client-0.19.0 .rubocop.yml
sdr-client-0.18.0 .rubocop.yml
sdr-client-0.17.2 .rubocop.yml
sdr-client-0.17.1 .rubocop.yml
sdr-client-0.17.0 .rubocop.yml