Sha256: 7733edcbc1b1e328c860001fb1887e17d3704e9ed8fcee45d3b4ea50ec767c90

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

---
AllCops:
  NewCops: enable
  TargetRubyVersion: '2.6'

Layout/LineLength:
  Max: 100
  Exclude:
    - test/**/*

Metrics/AbcSize:
  Exclude:
    - test/**/*

Metrics/ClassLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
xoptparse-0.4.0 .rubocop.yml
xoptparse-0.3.0 .rubocop.yml
xoptparse-0.2.0 .rubocop.yml
xoptparse-0.1.0 .rubocop.yml