Sha256: a83a1ac867876a5189d7cd0575fcb20aad45b513b7dd16b5293d7a04fc6354f6

Contents?: true

Size: 311 Bytes

Versions: 3

Compression:

Stored size: 311 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'assets/**/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.2

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pdd-0.20.5 .rubocop.yml
pdd-0.20.4 .rubocop.yml
pdd-0.20.3 .rubocop.yml