Skip to main content

UnnecessaryDesiredState

The department is: UnnecessaryDesiredState

The full name of the cop is: Chef/RedundantCode/UnnecessaryDesiredState

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

Was this page helpful?

×









Search Results