Skip to main content

ProvidesFromInitialize

The department is: ProvidesFromInitialize

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

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

Was this page helpful?

×









Search Results