class RuboCop::Cop::Chef::Modernize::DependsOnChocolateyCookbooks

Don’t depend on the chocolatey_source or chocolatey_config cookbooks made obsolete by Chef Infra Client 14.3. The chocolatey_source and chocolatey_config resources are now included in Chef Infra Client itself.

@example

### incorrect
depends 'chocolatey_source'
depends 'chocolatey_config'