Skip to main content

Chef/Modernize/ProvidesFromInitialize

Cookstyle cops page

The Cookstyle cops department: Chef/Modernize

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYesAll Versions

Provides should be set using the provides resource DSL method instead of instead of setting @provides in the initialize method.

Examples

incorrect

def initialize(*args)
  super
  @provides = :foo
end

correct

provides :foo

Configurable attributes

NameDefault valueConfigurable values
Version Added6.0.0String
Include
  • **/resources/*.rb
  • **/providers/*.rb
  • **/libraries/*.rb
Array

Thank you for your feedback!

×









Search Results