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

Add new Chef/Correctness/InvalidNotificationResource cop #925

Closed tas50 closed 2 years ago

tas50 commented 2 years ago

Detect when people put the quotes in the wrong place. This came up in a bug recently. Running it over all of Supermarket it found one I did wrong too :facepalm:

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