Sha256: fda015b758bfc901887e3d6dd0ad6bc8cadae1e537ecf6c21eafa9fb8e86f64b

Contents?: true

Size: 763 Bytes

Versions: 9

Compression:

Stored size: 763 Bytes

Contents

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

Layout/LineLength:
  Max: 175

Metrics/AbcSize:
  Max: 82

Metrics/BlockLength:
  Max: 160

Metrics/BlockNesting:
  Max: 4

Metrics/ClassLength:
  Max: 275

Metrics/CyclomaticComplexity:
  Max: 20

Metrics/MethodLength:
  Max: 65

Metrics/ParameterLists:
  Max: 14

Metrics/PerceivedComplexity:
  Max: 23

# We use `dc` as a parameter in many methods
Naming/MethodParameterName:
  Enabled: false

Naming/VariableNumber:
  Enabled: false

Style/Documentation:
  Enabled: true

Style/FrozenStringLiteralComment:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/MultilineBlockChain:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
consul-templaterb-1.26.3 .rubocop.yml
consul-templaterb-1.26.2 .rubocop.yml
consul-templaterb-1.26.1 .rubocop.yml
consul-templaterb-1.26.0 .rubocop.yml
consul-templaterb-1.25.2 .rubocop.yml
consul-templaterb-1.25.1 .rubocop.yml
consul-templaterb-1.25.0 .rubocop.yml
consul-templaterb-1.24.1 .rubocop.yml
consul-templaterb-1.24.0 .rubocop.yml