diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-10 12:08:59 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-10 12:08:59 +0000 |
commit | 7351a484d79236b7e9d47c86f2fcc970b7ae10b0 (patch) | |
tree | 651b5fca7ea0460e3ce7c687cfa9e3a3b37eefc8 /rubocop | |
parent | b4ded0ba7b4d2cdbed5b1f331cf2083a25ee4d7c (diff) | |
download | gitlab-ce-7351a484d79236b7e9d47c86f2fcc970b7ae10b0.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 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) |