Sha256: f79c5c0b23f701ffcac285376daa3a3d77716a676d07fc1fd96065d0e6b82d93

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

require: rubocop-performance

AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable

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

1 entries across 1 versions & 1 rubygems

Version Path
recite_csv-2.1.0 .rubocop.yml