strider-foodcritic
v1.0.1
Published
Foodcritic is a helpful lint tool you can use to check your Chef cookbooks for common problems.
Downloads
14
Maintainers
Readme
strider-foodcritic
Foodcritic is a helpful lint tool you can use to check your Chef cookbooks for common problems.
Install this Strider plugin to lint your cookbooks during the build.
Installation
Your Strider worker should already have foodcritic
installed. strider-foodcritic
will not attempt to install it for you.
$ gem install foodcritic
$ strider install foodcritic
Then simply add the Foodcritic plugin to any Chef project you are having Strider build.
Testing & Contributing
The test suite is implemented with mocha.
To rebuild & run the tests
$ git clone https://github.com/logankoester/strider-foodcritic.git
$ cd strider-foodcritic
$ npm install
$ npm test
To contribute back, fork the repo and open a pull request with your changes.
License
Copyright (c) 2014 Logan Koester Licensed under the MIT license.