Module: RuboCop::Cop::SidekiqEnt

Defined in:
lib/rubocop/cop/sidekiq_ent/base.rb,
lib/rubocop/cop/sidekiq_ent/limiter_not_reused.rb,
lib/rubocop/cop/sidekiq_ent/unique_until_mismatch.rb,
lib/rubocop/cop/sidekiq_ent/unique_job_without_ttl.rb,
lib/rubocop/cop/sidekiq_ent/unique_job_too_short_ttl.rb,
lib/rubocop/cop/sidekiq_ent/periodic_job_invalid_cron.rb,
lib/rubocop/cop/sidekiq_ent/periodic_job_with_arguments.rb,
lib/rubocop/cop/sidekiq_ent/limiter_without_lock_timeout.rb,
lib/rubocop/cop/sidekiq_ent/limiter_without_wait_timeout.rb,
lib/rubocop/cop/sidekiq_ent/encryption_without_secret_bag.rb,
lib/rubocop/cop/sidekiq_ent/leader_election_without_block.rb,
lib/rubocop/cop/sidekiq_ent/encryption_with_many_arguments.rb

Defined Under Namespace

Classes: Base, EncryptionWithManyArguments, EncryptionWithoutSecretBag, LeaderElectionWithoutBlock, LimiterNotReused, LimiterWithoutLockTimeout, LimiterWithoutWaitTimeout, PeriodicJobInvalidCron, PeriodicJobWithArguments, UniqueJobTooShortTTL, UniqueJobWithoutTTL, UniqueUntilMismatch