diff options
author | rishichawda <rishichawda@users.noreply.github.com> | 2021-08-31 15:18:12 +0530 |
---|---|---|
committer | rishichawda <rishichawda@users.noreply.github.com> | 2021-11-18 14:24:24 +0530 |
commit | 19d72266f1a6cde23930e1dcaf9872f8017a203d (patch) | |
tree | b838561b72c3526cdeabe33cf5221023ebecbab7 /.rubocop.yml | |
parent | 7679f33dad8805b7df96f0e46b81a50938feab3b (diff) | |
download | chef-19d72266f1a6cde23930e1dcaf9872f8017a203d.tar.gz |
perf(windows_feature_powershell): use powershell_exec
Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index b6e3e47b30..00ba2b7644 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -40,7 +40,6 @@ Chef/Ruby/LegacyPowershellOutMethods: - 'lib/chef/mixin/powershell_out.rb' - 'spec/functional/mixin/powershell_out_spec.rb' - 'spec/unit/mixin/powershell_out_spec.rb' - - 'lib/chef/resource/windows_feature_powershell.rb' # https://github.com/chef/chef/issues/10927 - 'lib/chef/provider/package/powershell.rb' # https://github.com/chef/chef/issues/10926 # set additional paths |