Sha256: 41dd76b030ce766f6ba4418ee89d789acb48b17d09e25e1d5c1cd8b9644bc94b

Contents?: true

Size: 829 Bytes

Versions: 4

Compression:

Stored size: 829 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.5
  Exclude:
    - vendor/**/*
    - bin/**/*
    - tmp/**/*

Layout/DotPosition:
  EnforcedStyle: trailing

Layout/RescueEnsureAlignment:
  Enabled: false

Metrics/ClassLength:
  Max: 250

Metrics/ModuleLength:
  Max: 200

Metrics/CyclomaticComplexity:
  Max: 7

Metrics/LineLength:
  Max: 80

Metrics/AbcSize:
  Max: 30

Metrics/MethodLength:
  Max: 25

Metrics/BlockLength:
  Exclude:
    - spec/**/*
    - dependabot-core.gemspec

Metrics/ParameterLists:
  CountKeywordArgs: false

Naming/FileName:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/SignalException:
  EnforcedStyle: only_raise

Style/Documentation:
  Enabled: false

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%i': ()
    '%I': ()
    '%w': ()
    '%W': ()

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
prometheus_aggregator-1.0.0 .rubocop.yml
prometheus_aggregator-0.2.0 .rubocop.yml
prometheus_aggregator-0.1.1 .rubocop.yml
prometheus_aggregator-0.1.0 .rubocop.yml