Sha256: 32a061691591ca3f07379147f99632344222f4e89921c6eb8c8ea3e92b0f2de6

Contents?: true

Size: 521 Bytes

Versions: 4

Compression:

Stored size: 521 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3.3

Layout/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

4 entries across 4 versions & 1 rubygems

Version Path
zold-stress-0.7.0 .rubocop.yml
zold-stress-0.6.0 .rubocop.yml
zold-stress-0.5.3 .rubocop.yml
zold-stress-0.5.2 .rubocop.yml