Sha256: 6029ead068670eeb35666afa56c86655590c741630cb8e9ceba5cf3e045f68ed

Contents?: true

Size: 546 Bytes

Versions: 3

Compression:

Stored size: 546 Bytes

Contents

AllCops:
  Exclude:
    - bundle/**/*
  TargetRubyVersion: 2.4

Metrics/AbcSize:
  Max: 80

Metrics/BlockLength:
  Max: 145

Metrics/BlockNesting:
  Max: 4

Metrics/ClassLength:
  Max: 225

Metrics/CyclomaticComplexity:
  Max: 20

Metrics/LineLength:
  Max: 175

Metrics/MethodLength:
  Max: 50

Metrics/ParameterLists:
  Max: 12

Metrics/PerceivedComplexity:
  Max: 20

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/VariableNumber:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
consul-templaterb-1.9.4 .rubocop.yml
consul-templaterb-1.9.3 .rubocop.yml
consul-templaterb-1.9.2 .rubocop.yml