Skip to main content

RespondToProvides

The department is: RespondToProvides

The full name of the cop is: Chef/Modernize/RespondToProvides

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYesAll Versions

In Chef Infra Client 12+ is is no longer necessary to gate the use of the provides methods in resources with if respond_to?(:provides) or if defined? provides.

Examples

incorrect

provides :foo if respond_to?(:provides)

provides :foo if defined? provides

correct

provides :foo

Configurable attributes

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

Was this page helpful?

×









Search Results