Sha256: 1d8addd6910b2efb8cb03d938d3226fa4a4f12c6dff3324d947d5e80c0eb9fba

Contents?: true

Size: 271 Bytes

Versions: 3

Compression:

Stored size: 271 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.4

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
processable-1.0.0 .rubocop.yml
processable-0.0.2 .rubocop.yml
processable-0.0.1 .rubocop.yml