Skip to content

Commit

Permalink
Silence reek warnings for method #queues_very_full?
Browse files Browse the repository at this point in the history
  • Loading branch information
francesmcmullin committed Mar 23, 2022
1 parent b2b0ede commit 963ac07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .reek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ detectors:
- SidekiqUniqueJobs::OnConflict::Reject#push_to_deadset
- SidekiqUniqueJobs::Orphans::RubyReaper#active?
- SidekiqUniqueJobs::Orphans::RubyReaper#entries
- SidekiqUniqueJobs::Orphans::RubyReaper#queues_very_full?
- SidekiqUniqueJobs::Redis::Entity#exist?
- SidekiqUniqueJobs::Web::Helpers#cparams
- SidekiqUniqueJobs::Web::Helpers#display_lock_args
Expand Down Expand Up @@ -153,6 +154,7 @@ detectors:
- SidekiqUniqueJobs::Orphans::RubyReaper#enqueued?
- SidekiqUniqueJobs::Orphans::RubyReaper#entries
- SidekiqUniqueJobs::Orphans::RubyReaper#orphans
- SidekiqUniqueJobs::Orphans::RubyReaper#queues_very_full?
- SidekiqUniqueJobs::Profiler#self.stop
- SidekiqUniqueJobs::Script::Caller#call_script
- SidekiqUniqueJobs::Script::Caller#extract_args
Expand Down

0 comments on commit 963ac07

Please sign in to comment.