From aee0a117a889461ce8ced6fcf73207fe017f1d99 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 20 Dec 2021 13:37:47 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-6-stable-ee --- rubocop/cop/migration/schedule_async.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rubocop/cop/migration') diff --git a/rubocop/cop/migration/schedule_async.rb b/rubocop/cop/migration/schedule_async.rb index f296628c3d6..74bd2baffa9 100644 --- a/rubocop/cop/migration/schedule_async.rb +++ b/rubocop/cop/migration/schedule_async.rb @@ -46,7 +46,7 @@ module RuboCop end def arguments(node) - node.children[2..-1] + node.children[2..] end end end -- cgit v1.2.3