Sha256: 543df2d31f044a0a88c5d8c3ef3f54c08666581e1cc4c80456a5f2863723fd3f

Contents?: true

Size: 523 Bytes

Versions: 4

Compression:

Stored size: 523 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'assets/**/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.3
  SuggestExtensions: false
  NewCops: enable

Style/ClassAndModuleChildren:
  Enabled: false
Layout/EndOfLine:
  EnforcedStyle: lf
Metrics/BlockLength:
  Max: 50
Layout/EmptyLineAfterGuardClause:
  Enabled: false
Metrics/AbcSize:
  Max: 50
Metrics/CyclomaticComplexity:
  Max: 12
Metrics/ClassLength:
  Max: 120
Metrics/MethodLength:
  Max: 100
Metrics/PerceivedComplexity:
  Max: 12
Metrics/ParameterLists:
  Max: 6

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pgtk-0.9.1 .rubocop.yml
pgtk-0.9.0 .rubocop.yml
pgtk-0.8.1 .rubocop.yml
pgtk-0.8.0 .rubocop.yml