Sha256: 347d14181164d60ea1baf45b87035eb010da85b42789b066c489a2ba24b9f729

Contents?: true

Size: 336 Bytes

Versions: 2

Compression:

Stored size: 336 Bytes

Contents

require:
  - rubocop-performance
  - 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.6

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sidekiq-throttled-0.15.1 .rubocop.yml
sidekiq-throttled-0.15.0 .rubocop.yml