class RuboCop::Cop::Chef::RedundantCode::RecipeMetadata

The recipe metadata.rb method is not used and is unnecessary in cookbooks. Recipes should be documented in the cookbook’s README.md file instead.

@example

### incorrect
recipe 'openldap::default', 'Install and configure OpenLDAP'