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

Investigate how we can support custom cops #387

Open tas50 opened 4 years ago

tas50 commented 4 years ago

Something like this generator might make sense. https://github.com/pocke/custom_cops_generator

afiune commented 4 years ago

This is a place holder to do some research and gather information, out of this issue we should have a design proposal.