Sha256: 650806f6da7c59022ee4523765f74ea19b731d8945d6a2b7332d074f0796f989

Contents?: true

Size: 520 Bytes

Versions: 6

Compression:

Stored size: 520 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3.3

Style/EndOfLine:
  EnforcedStyle: lf
Metrics/LineLength:
  Max: 120
Metrics/AbcSize:
  Max: 100
Metrics/MethodLength:
  Max: 80
Metrics/BlockLength:
  Max: 70
Metrics/ClassLength:
  Max: 150
Metrics/ParameterLists:
  Max: 10
Layout/AlignParameters:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Layout/EmptyLineAfterGuardClause:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Metrics/CyclomaticComplexity:
  Max: 7

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
zold-stress-0.5.1 .rubocop.yml
zold-stress-0.5.0 .rubocop.yml
zold-stress-0.4.0 .rubocop.yml
zold-stress-0.3.0 .rubocop.yml
zold-stress-0.2.0 .rubocop.yml
zold-stress-0.1.0 .rubocop.yml