class RuboCop::Cop::Chef::RedundantCode::ReplacesMetadata

The replaces metadata.rb method is not used and is unnecessary in cookbooks. Replacements for existing cookbooks should be documented in the cookbook’s README.md file instead.

@example

### incorrect in metadata.rb:

replaces "another_cookbook"