Skip to main content

TrueClassFalseClassResourceProperties

The department is: TrueClassFalseClassResourceProperties

The full name of the cop is: Chef/Style/TrueClassFalseClassResourceProperties

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYesAll Versions

When setting the allowed types for a resource to accept either true or false values it is much simpler to use true and false instead of TrueClass and FalseClass.

Examples

incorrect

property :foo, [TrueClass, FalseClass]

correct

property :foo, [true, false]

Configurable attributes

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

Was this page helpful?

×









Search Results