Sha256: 3c08d517f2b18f4baf6179314a5ab69cef55bbb62207878421e0b6f68c308eb2

Contents?: true

Size: 271 Bytes

Versions: 2

Compression:

Stored size: 271 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acclir-0.2.0 .rubocop.yml
acclir-0.1.0 .rubocop.yml