Skip to main content

CookbooksDependsOnSelf

All Cookstyle Cops


The department is: Chef/Deprecations

The full name of the cop is: Chef/Deprecations/CookbooksDependsOnSelf


Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYesAll Versions

Make sure a cookbook doesn’t depend on itself. This will fail on Chef Infra Client 13+

Examples

incorrect

name 'foo'
depends 'foo'

correct

name 'foo'

Configurable attributes

NameDefault valueConfigurable values
Version Added5.2.0String
Include
  • **/metadata.rb
Array

Was this page helpful?

×








Search Results