Chef/Sharing/DefaultMetadataMaintainer
The Cookstyle cops department: Chef/Sharing
| Enabled by default | Supports autocorrection | Target Chef Version |
|---|---|---|
| Enabled | No | All Versions |
Metadata contains default maintainer information from the chef generate cookbook command. This should be updated to reflect that actual maintainer of the cookbook.
Examples
incorrect
maintainer 'YOUR_COMPANY_NAME'
maintainer_email 'YOUR_EMAIL'
maintainer 'The Authors'
maintainer_email 'you@example.com'```
### correct
```ruby
maintainer 'Bob Bobberson'
maintainer_email 'bob@bobberson.com'
Configurable attributes
| Name | Default value | Configurable values |
|---|---|---|
| Version Added | 5.4.0 | String |
| Include |
| Array |