From 7351a484d79236b7e9d47c86f2fcc970b7ae10b0 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 10 Feb 2020 12:08:59 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- rubocop/cop/scalability/cron_worker_context.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rubocop') diff --git a/rubocop/cop/scalability/cron_worker_context.rb b/rubocop/cop/scalability/cron_worker_context.rb index d8eba0f098e..8e754af4dcf 100644 --- a/rubocop/cop/scalability/cron_worker_context.rb +++ b/rubocop/cop/scalability/cron_worker_context.rb @@ -23,7 +23,7 @@ module RuboCop PATTERN def_node_search :schedules_with_batch_context?, <<~PATTERN - (send (...) {:bulk_perform_async_with_contexts :bulk_perform_in_with_contexts} (...)) + (send (...) {:bulk_perform_async_with_contexts :bulk_perform_in_with_contexts} _*) PATTERN def on_send(node) -- cgit v1.2.3