class RuboCop::Cop::Chef::Sharing::EmptyMetadataField

metadata.rb should not include fields with an empty string. Either don’t include the field or add a value.

@example

### incorrect
license ''

### correct
license 'Apache-2.0'