Sha256: 9c21ed34053f186c7d5fdf71699c4ab880cfc281ce5363930de6fcfc2c2357c1

Contents?: true

Size: 762 Bytes

Versions: 7

Compression:

Stored size: 762 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'assets/**/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.5

Layout/EmptyLineAfterGuardClause:
  Enabled: false
Metrics/CyclomaticComplexity:
  Max: 30
Metrics/MethodLength:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/BlockNesting:
  Max: 4
Metrics/BlockLength:
  Max: 120
Metrics/ClassLength:
  Max: 450
Layout/EndOfLine:
  EnforcedStyle: lf
Metrics/ParameterLists:
  Max: 10
Layout/AlignParameters:
  Enabled: false
Metrics/PerceivedComplexity:
  Max: 30
Metrics/LineLength:
  Max: 120
Style/MultilineBlockChain:
  Enabled: false
Layout/MultilineOperationIndentation:
  Enabled: false
Naming/UncommunicativeMethodParamName:
  MinNameLength: 1

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
zold-0.22.3 .rubocop.yml
zold-0.22.2 .rubocop.yml
zold-0.22.1 .rubocop.yml
zold-0.22.0 .rubocop.yml
zold-0.21.4 .rubocop.yml
zold-0.21.3 .rubocop.yml
zold-0.21.2 .rubocop.yml