Chef/Modernize/IncludingMixinShelloutInResources
The Cookstyle cops department: Chef/Modernize
Enabled by default | Supports autocorrection | Target Chef Version |
---|---|---|
Enabled | Yes | All Versions |
There is no need to include Chef::Mixin::ShellOut or Chef::Mixin::PowershellOut in resources or providers as this is already done by Chef Infra Client 12.4+.
Examples
incorrect
require 'chef/mixin/shell_out'
include Chef::Mixin::ShellOut
require 'chef/mixin/powershell_out'
include Chef::Mixin::PowershellOut
Configurable attributes
Name | Default value | Configurable values |
---|---|---|
Version Added | 5.4.0 | String |
Include |
| Array |