diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-25 21:17:31 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-25 21:17:31 -0800 |
commit | 2d8455546edfc75fc4ff00207d7c19ebce7cf214 (patch) | |
tree | c073dd0b9d7314b6b57c7fce34369b63e9669c2a /lib/chef/run_context.rb | |
parent | 07d00d7bc07ccdca7f34abf5bb05ef2d77ebb8dc (diff) | |
download | chef-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.rb | 1 |
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= |