Sha256: 56c54e4310f822df1cb7008a4ce54bdd7b02c04c40dc2f58683043f3f6a4843a

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

require: rubocop-rake

AllCops:
  TargetRubyVersion: 2.5

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 140

Metrics/BlockLength:
  IgnoredMethods: ['describe', 'context']

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sleeper_rb-0.2.1 .rubocop.yml