Sha256: a3070dcb4e8f10e098f198b2a38c0d193474367ec55b0741fd6b3350287ee60a

Contents?: true

Size: 1.66 KB

Versions: 7

Compression:

Stored size: 1.66 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-09-10 23:47:55 +0000 using RuboCop version 0.58.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 5
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 13

# Offense count: 25
# Configuration parameters: Max.
RSpec/ExampleLength:
  Exclude:
    - 'spec/sidekiq/throttled/communicator/callbacks_spec.rb'
    - 'spec/sidekiq/throttled/communicator/listener_spec.rb'
    - 'spec/sidekiq/throttled/communicator_spec.rb'
    - 'spec/sidekiq/throttled/fetch_spec.rb'
    - 'spec/sidekiq/throttled/queues_pauser_spec.rb'
    - 'spec/sidekiq/throttled/strategy_spec.rb'
    - 'spec/sidekiq/throttled/web/queues_spec.rb'
    - 'spec/sidekiq/throttled_spec.rb'

# Offense count: 62
# Configuration parameters: .
# SupportedStyles: have_received, receive
RSpec/MessageSpies:
  EnforcedStyle: receive

# Offense count: 20
# Configuration parameters: AggregateFailuresByDefault.
RSpec/MultipleExpectations:
  Max: 4

# Offense count: 33
RSpec/NestedGroups:
  Max: 5

# Offense count: 3
RSpec/SubjectStub:
  Exclude:
    - 'spec/sidekiq/throttled/communicator_spec.rb'
    - 'spec/sidekiq/throttled/queues_pauser_spec.rb'

# Offense count: 1
# Configuration parameters: IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
  Exclude:
    - 'spec/sidekiq/throttled/registry_spec.rb'

# Offense count: 1
Security/MarshalLoad:
  Exclude:
    - 'lib/sidekiq/throttled/communicator/listener.rb'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sidekiq-throttled-0.13.0 .rubocop_todo.yml
sidekiq-throttled-0.12.0 .rubocop_todo.yml
sidekiq-throttled-0.11.0 .rubocop_todo.yml
sidekiq-throttled-0.10.0 .rubocop_todo.yml
sidekiq-throttled-0.10.0.beta .rubocop_todo.yml
sidekiq-throttled-0.10.0.alpha .rubocop_todo.yml
sidekiq-throttled-0.9.0 .rubocop_todo.yml