Sha256: f9cc7dadf864384744fcc4df217578f0b06d9c6a2413d6a8d3a75c154afd72b3

Contents?: true

Size: 258 Bytes

Versions: 4

Compression:

Stored size: 258 Bytes

Contents

---
AllCops:
  DisplayCopNames: true

Style/MultilineMethodCallIndentation:
  EnforcedStyle: 'indented'

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

Metrics/LineLength:
  Exclude:
    - 'spec/**/*'
    - '*.gemspec'

inherit_from: '.rubocop_todo.yml'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ssh-host-lister-0.3.0 .rubocop.yml
ssh-host-lister-0.2.1 .rubocop.yml
ssh-host-lister-0.2.0 .rubocop.yml
ssh-host-lister-0.1.0 .rubocop.yml