Sha256: 4aab47fc622a93c70c44275790eb3e603b37c756ccd8bf83ebb16bf4d08b127f

Contents?: true

Size: 359 Bytes

Versions: 2

Compression:

Stored size: 359 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.6

Metrics/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: expanded

Style/FormatStringToken:
  EnforcedStyle: template

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    '%w': '()'
    '%W': '()'
    '%i': '()'
    '%I': '()'

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
table_saw-0.3.0 .rubocop.yml
flavicon-0.2.0 .rubocop.yml