Sha256: 00eb13503d73557c8d25220b1d23fa8eff61bd511b9a05592713ba221ad950da

Contents?: true

Size: 346 Bytes

Versions: 2

Compression:

Stored size: 346 Bytes

Contents

---
AllCops:
  TargetRubyVersion: 2.5.1
  Exclude:
    - 'spike/*.rb'

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

Metrics/LineLength:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'

Metrics/ModuleLength:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'

Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
unwrappr-0.3.1 .rubocop.yml
unwrappr-0.3.0 .rubocop.yml