Skip to main content

Chef/RedundantCode/UnnecessaryDesiredState

Cookstyle cops page

The Cookstyle cops department: Chef/RedundantCode

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYesAll Versions

There is no need to set a property/attribute to desired_state: true as all properties/attributes have a desired_state of true by default.

Examples

incorrect

property :foo, String, desired_state: true
attribute :foo, String, desired_state: true

correct

property :foo, String
attribute :foo, String

Configurable attributes

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

Thank you for your feedback!

×









Search Results