Skip to content

Instantly share code, notes, and snippets.

@patcon
Created September 16, 2012 17:01
Show Gist options
  • Save patcon/3733234 to your computer and use it in GitHub Desktop.
Save patcon/3733234 to your computer and use it in GitHub Desktop.
Proposed Strainer implementation
// ... Unchanged
script:
- mkdir cookbooks
- bundle exec strain $(ls -m cookbooks-override | tr -d ',') $(ls -m cookbooks-projects | tr -d ',')
foodcritic: bundle exec foodcritic cookbooks*/$COOKBOOK -I test/support/foodcritic/* -t '~CINK001' -t '~FC011' -t '~FC031' --epic-fail ''
knife test: bundle exec knife cookbook test $COOKBOOK --config=test/support/knife.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment