chef / cookstyle

A linting tool that helps you to write better Chef Infra cookbooks and InSpec profiles by detecting and automatically correcting style, syntax, and logic mistakes in your code.
Apache License 2.0
107 stars 54 forks source link

Update UseCreateIfMissing to support non-string path values #930

Closed tas50 closed 2 years ago

tas50 commented 2 years ago

Also modernize the resource to use the helpers and make sure the helpers support properties with a block. This change identified 150 new offenses on the Supermarket.

Signed-off-by: Tim Smith tsmith@chef.io