Skip to main content

Chef/RedundantCode/CustomResourceWithAllowedActions

Cookstyle cops page

The Cookstyle cops department: Chef/RedundantCode

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYesAll 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

NameDefault valueConfigurable values
Version Added5.2.0String
Include
  • **/resources/*.rb
Array

Thank you for your feedback!

×









Search Results