Chef/RedundantCode/CustomResourceWithAllowedActions
The Cookstyle cops department: Chef/RedundantCode
Enabled by default | Supports autocorrection | Target Chef Version |
---|---|---|
Enabled | Yes | All Versions |
It is not necessary to set actions
or allowed_actions
in custom resources as Chef Infra Client determines these automatically from the set of all actions defined in the resource.
Examples
incorrect
allowed_actions [:create, :remove]
# also bad
actions [:create, :remove]
Configurable attributes
Name | Default value | Configurable values |
---|---|---|
Version Added | 5.2.0 | String |
Include |
| Array |