These are the evolving foodcritic rules that we have written at CustomInk to enforce rules on our cookbooks. Some of these rules are best practices, some were put in place as remediation items, and some are just a result of Seth Vargo's OCD.
We recommend storing all your custom foodcritic rules as a git submodule in your Chef Hosted repository. Create a folder foodcritic
in your repository's root and cd
into that directory:
git clone [email protected]:customink-webops/foodcritic-rules.git foodcritic/customink
Now you can run include the CustomInk foodcritic rules like so:
bundle exec foodcritic -I foodcritic/customink COOKBOOK
To keep this README as short as possible, each rule has its own Markdown file in the docs
directory.
- CINK001 - Seth Vargo ([email protected])
- CINK002 - Seth Vargo ([email protected])
- CINK003 - Seth Vargo ([email protected])