Sha256: c5235865b4179ab0fd203a52f42be07bc6a547fc691b11aa83f9cb7a0f0a18b1

Contents?: true

Size: 470 Bytes

Versions: 1

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: 30
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

1 entries across 1 versions & 1 rubygems

Version Path
zold-ruby-sdk-0.2.0 .rubocop.yml