Skip to content
Snippets Groups Projects
Commit 6004d9f4 authored by Peter Leitzen's avatar Peter Leitzen
Browse files

Merge branch...

Merge branch '390577-sidekiqloadbalancing-workerdataconsistency-cop-link-does-not-work' into 'master'

Add correct help link for SidekiqLoadBalancing/WorkerDataConsistency Cop

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112016



Merged-by: default avatarPeter Leitzen <pleitzen@gitlab.com>
Approved-by: default avatarPeter Leitzen <pleitzen@gitlab.com>
Co-authored-by: default avatarMarc Saleiko <msaleiko@gitlab.com>
parents 49e5f090 e94196a9
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