diff options
author | rishichawda <rishichawda@users.noreply.github.com> | 2021-08-31 16:04:34 +0530 |
---|---|---|
committer | rishichawda <rishichawda@users.noreply.github.com> | 2021-11-18 14:31:17 +0530 |
commit | 9a4358e5bd3087ab94234bdef4da1276009707ad (patch) | |
tree | 95943020d546c7db77b04d457644c7c4f7c377a2 /.rubocop.yml | |
parent | 7679f33dad8805b7df96f0e46b81a50938feab3b (diff) | |
download | chef-9a4358e5bd3087ab94234bdef4da1276009707ad.tar.gz |
use powershell_exec helper in powershell_package resource
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..5779258102 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -41,7 +41,6 @@ Chef/Ruby/LegacyPowershellOutMethods: - '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 Chef/Ruby/UnlessDefinedRequire: |