Sha256: c7315fe0b36799b7c6dd480d207b76ac0a6de98da02f7557512fa84378dfb92c

Contents?: true

Size: 614 Bytes

Versions: 1

Compression:

Stored size: 614 Bytes

Contents

require: rubocop-rspec

AllCops:
  NewCops: enable

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/Documentation:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Metrics/MethodLength:
  Max: 20

Layout/LineLength:
  Max: 120

RSpec/ExampleLength:
  Max: 15

Style/ModuleFunction:
  Enabled: false

Layout/HashAlignment:
  EnforcedHashRocketStyle: table

Style/OptionalBooleanParameter:
  Enabled: false

RSpec/MultipleExpectations:
  Max: 2

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pvoutput-1.1.0 .rubocop.yml