0b40a0686b
- Move to use a single .rubocop.yml file - Adjust Strainerfile to use single .rubocop.yml file - Ensure all spec files are rubocop compliant Addresses: blueprint rubocop-for-common Change-Id: I550c50c55edd4725782385de2c0f66bedff3004e
6 lines
250 B
Plaintext
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
|