Setting rubocop to run against the entire cookbook.

Addresses: blueprint rubocop-for-network
Change-Id: Ia401f8821691780924c6b2569557106d664f7829
This commit is contained in:
galstrom21
2014-01-14 17:24:59 -06:00
parent 61d2267d75
commit 8ddf48e4e5

View File

@@ -1,6 +1,5 @@
# Strainerfile
rubocop: bundle exec rubocop $SANDBOX/$COOKBOOK/Gemfile $SANDBOX/$COOKBOOK/metadata.rb --config $SANDBOX/$COOKBOOK/.rubocop.yml
# rubocop: bundle exec rubocop $SANDBOX/$COOKBOOK
rubocop: bundle exec rubocop $SANDBOX/$COOKBOOK
knife test: bundle exec knife cookbook test $COOKBOOK
foodcritic: bundle exec foodcritic -f any -t ~FC003 -t ~FC023 $SANDBOX/$COOKBOOK
chefspec: bundle exec rspec $SANDBOX/$COOKBOOK/spec