Skip to content
Snippets Groups Projects
Commit e94196a9 authored by Marc Saleiko's avatar Marc Saleiko Committed by Peter Leitzen
Browse files

Add correct help link for SidekiqLoadBalancing/WorkerDataConsistency Cop

parent c97e3f1f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,7 +26,7 @@ module SidekiqLoadBalancing
class WorkerDataConsistency < RuboCop::Cop::Base
include CodeReuseHelpers
 
HELP_LINK = 'https://docs.gitlab.com/ee/development/sidekiq_style_guide.html#job-data-consistency-strategies'
HELP_LINK = 'https://docs.gitlab.com/ee/development/sidekiq/worker_attributes.html#job-data-consistency-strategies'
 
MSG = <<~MSG
Should define data_consistency expectation.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment