Sha256: 9dfee4f101cca02f3efb786bf37cad728b37109e71de751b3f11a6e4882f9db1

Contents?: true

Size: 320 Bytes

Versions: 2

Compression:

Stored size: 320 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Max: 50

Layout/CaseIndentation:
  EnforcedStyle: end
  IndentOneStep: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
render-text-helper-0.3.0 .rubocop.yml
render-text-helper-0.2.0 .rubocop.yml