Sha256: e141d913b5eb8aaa07d18a44d09644faae2fa0c5fd1d8bc6d8d64455ae0da559

Contents?: true

Size: 961 Bytes

Versions: 8

Compression:

Stored size: 961 Bytes

Contents

# need to review if it's possible to slim down methods down to 10 LOCs
# and if not, either disable this cop inline or bump up limits. in any
# case once we're clear on max allowed LOCs per method - it should be
# fixed in rubocop config (as rubocop constantly changing "best practices"
# according to moon's phase and wind's direction).
Metrics/MethodLength:
  Exclude:
    - lib/sidekiq/throttled/strategy.rb
    - lib/sidekiq/throttled/queues_pauser.rb
    - lib/sidekiq/throttled/communicator/callbacks.rb
    - lib/sidekiq/throttled/communicator/listener.rb

# i have no strong feeling one way or the other, but probably using JSON for
# serializatino will be a bit more secure indeed.
Security/MarshalLoad:
  Exclude:
    - lib/sidekiq/throttled/communicator/listener.rb

# Enable this cop once we drop Ruby 2.2.x support.
Style/SafeNavigation:
  Enabled: false

# Enable this cop once we drop Ruby 2.2.x support.
Style/NumericPredicate:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sidekiq-throttled-0.8.2 .rubocop.todo.yml
sidekiq-throttled-0.8.1 .rubocop.todo.yml
sidekiq-throttled-0.8.0 .rubocop.todo.yml
sidekiq-throttled-0.7.3 .rubocop.todo.yml
sidekiq-throttled-0.7.2 .rubocop.todo.yml
sidekiq-throttled-0.7.1 .rubocop.todo.yml
sidekiq-throttled-0.7.0 .rubocop.todo.yml
sidekiq-throttled-0.6.7 .rubocop.todo.yml