diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-26 21:16:58 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-26 21:16:58 +0000 |
commit | c9d1b778889bfb220bbde547a8633b507aa8a9db (patch) | |
tree | ac06708d6bf051195c4455a09af69e998916a47d /rubocop | |
parent | 733f1d8bb11ad5e17f95e31be14f745d13114bfd (diff) | |
download | gitlab-ce-c9d1b778889bfb220bbde547a8633b507aa8a9db.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'rubocop')
-rw-r--r-- | rubocop/cop/scalability/cron_worker_context.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rubocop/cop/scalability/cron_worker_context.rb b/rubocop/cop/scalability/cron_worker_context.rb index 8e754af4dcf..3cc0d42d7bc 100644 --- a/rubocop/cop/scalability/cron_worker_context.rb +++ b/rubocop/cop/scalability/cron_worker_context.rb @@ -11,7 +11,7 @@ module RuboCop If there is no relevant metadata, please disable the cop with a comment explaining this. - Read more about it https://docs.gitlab.com/ee/development/sidekiq_style_guide.html#worker-context + Read more about it https://docs.gitlab.com/ee/development/sidekiq/logging.html#worker-context MSG def_node_matcher :includes_cronjob_queue?, <<~PATTERN |