Sha256: a063744d7c39869e93ee04f566fd86bfeb67fd0598eadecc28427d583a954e6c

Contents?: true

Size: 576 Bytes

Versions: 2

Compression:

Stored size: 576 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pvoutput-1.0.0 .rubocop.yml
pvoutput-0.6.0 .rubocop.yml