Sha256: c186c3e60fed89e522bfd2e4096fbd9a47b994b515e3c09ee5401f632315315b

Contents?: true

Size: 312 Bytes

Versions: 4

Compression:

Stored size: 312 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

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

Version data entries

4 entries across 4 versions & 1 rubygems

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