Skip to main content

Chef/Correctness/SupportsMustBeFloat

Cookstyle cops page

The Cookstyle cops department: Chef/Correctness

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYesAll Versions

Versions used in metadata.rb supports calls should be floats not integers.

Examples

incorrect

supports 'redhat', '> 8'

correct

supports 'redhat', '> 8.0'

Configurable attributes

NameDefault valueConfigurable values
Version Added6.13.0String
Include
  • **/metadata.rb
Array

Thank you for your feedback!

×









Search Results