Sha256: 5296e110a8597a118bee0fe3ce4a80127a10d240826a82d7a61e78a5cca5564f

Contents?: true

Size: 355 Bytes

Versions: 2

Compression:

Stored size: 355 Bytes

Contents

require: rubocop-performance

AllCops:
  TargetRubyVersion: 2.4

Style/AsciiComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RedundantSelf:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/EndOfLine:
  Enabled: true
  EnforcedStyle: lf

Metrics/BlockLength:
  Exclude:
    - spec/**/*

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
recite_csv-2.0.0 .rubocop.yml
recite_csv-1.0.0 .rubocop.yml