summaryrefslogtreecommitdiff
path: root/lib/chef/run_context.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-25 21:17:31 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-25 21:17:31 -0800
commit2d8455546edfc75fc4ff00207d7c19ebce7cf214 (patch)
treec073dd0b9d7314b6b57c7fce34369b63e9669c2a /lib/chef/run_context.rb
parent07d00d7bc07ccdca7f34abf5bb05ef2d77ebb8dc (diff)
downloadchef-more_style.tar.gz
Cleanup some more disabled style copsmore_style
Get us closer to a stock config Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/run_context.rb')
-rw-r--r--lib/chef/run_context.rb1
1 files changed, 1 insertions, 0 deletions
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=