strider-foodcritic

Foodcritic is a helpful lint tool you can use to check your Chef cookbooks for common problems.

Usage no npm install needed!

<script type="module">
  import striderFoodcritic from 'https://cdn.skypack.dev/strider-foodcritic';
</script>

README

strider-foodcritic

FoodCritic

Foodcritic is a helpful lint tool you can use to check your Chef cookbooks for common problems.

Strider Build Status Dependency Status devDependency Status Gittip

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.