Sha256: c073c1d03aedb7675483bd72bfe77dc5737217f2b43dadf4f0a2b107dc952de9

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

AllCops:
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: 2.4.0

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glyptodont-0.2.0 .rubocop.yml