Module: RuboCop::Cop::SidekiqPro

Defined in:
lib/rubocop/cop/sidekiq_pro/base.rb,
lib/rubocop/cop/sidekiq_pro/empty_batch.rb,
lib/rubocop/cop/sidekiq_pro/batch_status_polling.rb,
lib/rubocop/cop/sidekiq_pro/batch_callback_method.rb,
lib/rubocop/cop/sidekiq_pro/batch_without_callback.rb,
lib/rubocop/cop/sidekiq_pro/batch_retry_in_callback.rb,
lib/rubocop/cop/sidekiq_pro/large_argument_in_batch.rb,
lib/rubocop/cop/sidekiq_pro/reliability_not_enabled.rb,
lib/rubocop/cop/sidekiq_pro/expiring_job_without_ttl.rb,
lib/rubocop/cop/sidekiq_pro/nested_batch_without_parent.rb

Defined Under Namespace

Classes: Base, BatchCallbackMethod, BatchRetryInCallback, BatchStatusPolling, BatchWithoutCallback, EmptyBatch, ExpiringJobWithoutTTL, LargeArgumentInBatch, NestedBatchWithoutParent, ReliabilityNotEnabled