Sha256: 118546b29763174a80301de4ed85b98cbb306b45cee88e5f2a79f2a4a8b3be51

Contents?: true

Size: 347 Bytes

Versions: 5

Compression:

Stored size: 347 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rake
  - rubocop-rspec

inherit_from:
  - .rubocop_todo.yml
  - rubocop/layout.yml
  - rubocop/lint.yml
  - rubocop/metrics.yml
  - rubocop/performance.yml
  - rubocop/rspec.yml
  - rubocop/style.yml

AllCops:
  Exclude:
    - gemfiles/**/*
    - vendor/**/*
  NewCops: enable
  TargetRubyVersion: 2.7

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sidekiq-throttled-0.18.0 .rubocop.yml
sidekiq-throttled-0.17.0 .rubocop.yml
sidekiq-throttled-0.16.2 .rubocop.yml
sidekiq-throttled-0.16.1 .rubocop.yml
sidekiq-throttled-0.16.0 .rubocop.yml