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
109 stars 54 forks source link

Add new Chef/Correctness/PowershellFileExists cop #883

Closed tas50 closed 3 years ago

tas50 commented 3 years ago

Detect when someone uses PowerShell to see if a file exists on disk. This is super slow and way more complex/error prone.

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