Sha256: 7bc25b0b8d83c313ea1e5e387bc53d8e190b3ba90db32502f0e1070a296202a0

Contents?: true

Size: 470 Bytes

Versions: 3

Compression:

Stored size: 470 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.5

Layout/EmptyLineAfterGuardClause:
  Enabled: false
Layout/EndOfLine:
  EnforcedStyle: lf
Style/ClassAndModuleChildren:
  Enabled: false
Metrics/AbcSize:
  Max: 45
Metrics/BlockLength:
  Max: 40
Metrics/MethodLength:
  Max: 40
Metrics/ClassLength:
  Max: 180
Metrics/ParameterLists:
  Max: 7
Layout/AlignParameters:
  Enabled: false
Metrics/CyclomaticComplexity:
  Max: 20
Metrics/PerceivedComplexity:
  Max: 20

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zold-ruby-sdk-0.2.3 .rubocop.yml
zold-ruby-sdk-0.2.2 .rubocop.yml
zold-ruby-sdk-0.2.1 .rubocop.yml