From 2d8455546edfc75fc4ff00207d7c19ebce7cf214 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 25 Dec 2020 21:17:31 -0800 Subject: Cleanup some more disabled style cops Get us closer to a stock config Signed-off-by: Tim Smith --- lib/chef/run_context.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/chef/run_context.rb') diff --git a/lib/chef/run_context.rb b/lib/chef/run_context.rb index 75c18f2fcf..950be98eee 100644 --- a/lib/chef/run_context.rb +++ b/lib/chef/run_context.rb @@ -661,6 +661,7 @@ class Chef # class ChildRunContext < RunContext extend Forwardable + # rubocop: disable Lint/RedundantSplatExpansion def_delegators :parent_run_context, *%w{ action_collection action_collection= -- cgit v1.2.1