Sha256: d528c617ab4f4bb81fc1d131191d42762c13ea31a0bf3c5857df7834b2ebdca8

Contents?: true

Size: 345 Bytes

Versions: 1

Compression:

Stored size: 345 Bytes

Contents

AllCops:
  Exclude:
    - 'assets/**/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Layout/EndOfLine:
  EnforcedStyle: lf
Metrics/ClassLength:
  Max: 300
Metrics/MethodLength:
  Max: 30
Metrics/AbcSize:
  Max: 40
Style/MultilineBlockChain:
  Enabled: false
Metrics/BlockLength:
  Max: 50
Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pdd-0.20.8 .rubocop.yml