Skip to main content

TrueClassFalseClassResourceProperties

All Cookstyle Cops


The department is: Chef/Style

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’s 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