Sha256: 41903ec64d12cba29cd295f790f6ebf3ca70739e655f1ff24f9148dbf419252d

Contents?: true

Size: 1.95 KB

Versions: 20

Compression:

Stored size: 1.95 KB

Contents

AllCops:
  TargetRubyVersion: 2.5
  DisplayCopNames: true
  Include:
    - '**/*.gemspec'
    - '**/*.rake'
    - '**/Gemfile'
    - '**/Rakefile'
    - '**/*.rb'
  Exclude:
    - db/schema.rb
    - bin/setup
    - bin/update
    - vendor/**/*

Style/RedundantReturn:
  AllowMultipleReturnValues: true

HashSyntax:
  Enabled: false

BlockNesting:
  Enabled: true

AssignmentInCondition:
  Enabled: false

CollectionMethods:
  Enabled: false

Lint/MissingCopEnableDirective:
  Enabled: false

Metrics/AbcSize:
  Max: 75

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Max: 50

Metrics/ClassLength:
  Max: 300

Metrics/ModuleLength:
  Max: 300

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/PerceivedComplexity:
  Max: 10

Metrics/BlockLength:
  Enabled: true
  ExcludedMethods:
    - class_methods
    - included

  Exclude:
    - Gemfile
    - spec/**/*
    - '*.gemspec'

Naming/PredicateName:
  Enabled: false

Naming/FileName:
  Exclude:
    - Capfile
    - Appraisals

Performance/TimesMap:
  Enabled: false

HandleExceptions:
  Enabled: false

Documentation:
  Enabled: false

RegexpLiteral:
  Enabled: false

SignalException:
  EnforcedStyle: only_raise

Style/AsciiComments:
  Enabled: false

Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

Style/BracesAroundHashParameters:
  EnforcedStyle: context_dependent

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInArguments:
  Enabled: false

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Style/TrivialAccessors:
  Enabled: true
  ExactNameMatch: true

Style/LineEndConcatenation:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Metrics/ParameterLists:
  CountKeywordArgs: false

Style/FormatStringToken:
  Enabled: false

Naming/MemoizedInstanceVariableName:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
sidekiq_prometheus-2.0.1 .rubocop.yml
sidekiq_prometheus-2.0.0 .rubocop.yml
sidekiq_prometheus-1.9.0 .rubocop.yml
sidekiq_prometheus-1.8.3 .rubocop.yml
sidekiq_prometheus-1.8.2 .rubocop.yml
sidekiq_prometheus-1.8.1 .rubocop.yml
sidekiq_prometheus-1.8.0 .rubocop.yml
sidekiq_prometheus-1.7.0 .rubocop.yml
sidekiq_prometheus-1.6.0 .rubocop.yml
sidekiq_prometheus-1.5.0 .rubocop.yml
sidekiq_prometheus-1.4.0 .rubocop.yml
sidekiq_prometheus-1.3.0 .rubocop.yml
sidekiq_prometheus-1.2.0 .rubocop.yml
sidekiq_prometheus-1.1.0 .rubocop.yml
sidekiq_prometheus-1.0.1 .rubocop.yml
sidekiq_prometheus-0.9.2 .rubocop.yml
sidekiq_prometheus-1.0.0 .rubocop.yml
sidekiq_prometheus-0.9.1 .rubocop.yml
sidekiq_prometheus-0.9.0 .rubocop.yml
sidekiq_prometheus-0.8.1 .rubocop.yml