class RuboCop::Cop::Chef::Sharing::IncludePropertyDescriptions

Resource properties should include description fields to allow automated documentation. Requires Chef Infra Client 13.9 or later.

@example

### incorrect
property :foo, String

### correct
property :foo, String, description: "Set the important thing to..."