Sha256: 6a345036b20ddba6bbc9d0f7296630d1afa3ce65d7ebbf7bd7a75590049cc249

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  NewCops: disable

Layout/LineLength:
  Enabled: false

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

Naming/RescuedExceptionsVariableName:
  PreferredName: exception

RSpec/MultipleExpectations:
  Max: 2

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
svgeez-3.2.0 .rubocop.yml