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

Support cops on policyfiles in addition to cookbooks. #857

Open Swathisivakumar opened 3 years ago

Swathisivakumar commented 3 years ago

What category of cop is this?:

Please try to select as few as possible.

Describe the new cop:

This is a request for cookstyle to also support cops on policyfiles in addition to cookbooks.. ex: native cookbooks

What it would trigger on:

cookbook 'poise-hoist', '~> 1.2'
            or
run_list ['poise-hoist']
Swathisivakumar commented 3 years ago

351 - we want this to be applied to all deprecated and moved-into-client cookbooks, but checking in the policyfiles.