Files
cookbook-openstack-object-s…/Strainerfile
Christopher H. Laco 66205b9c92 Update attributes to be rubocop compliant
- Update rubocop config to handle entire repo in one file
- Update Strainferfile to run rubocop only once
- Update attributes to comply with rubocop

Change-Id: I9e596dcca29a700724408178b3961bd42839d4cb
Addresses: blueprint rubocop-for-object-storage
2014-01-16 16:46:29 -06:00

6 lines
250 B
Plaintext

# Strainerfile
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