Sha256: 6bde0e41aec3ecec3137f67a2b0edd8d1dfe0f1ed670cb6105e69104b32ab1c6

Contents?: true

Size: 1011 Bytes

Versions: 5

Compression:

Stored size: 1011 Bytes

Contents

# ----- CONFIGURED -----

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Layout/IndentArray:
  EnforcedStyle: consistent

# Documentation lives elsewhere, and not everything needs to be documented.
Style/Documentation:
  Enabled: false

# This doesn’t work well with RSpec.
Lint/AmbiguousBlockAssociation:
  Exclude:
    - spec/**/*_spec.rb



# ----- DISABLED (metrics) -----

# Cops for metrics are disabled because they should not cause tests to fail.

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/BlockNesting:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
ddmetrics-1.0.0 .rubocop.yml
ddmetrics-1.0.0rc1 .rubocop.yml
ddtelemetry-1.0.0a3 .rubocop.yml
ddtelemetry-1.0.0a2 .rubocop.yml
ddtelemetry-1.0.0a1 .rubocop.yml