51fd328fef
Try and create Berksfile that will work with berkshelf 2 or 3 Fixed style issues Also, added .gitreview file Change-Id: I47caf4930ac18bcfc62737e851fff1fe15dd9c9f
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
# Strainerfile
|
|
rubocop: rubocop $SANDBOX/$COOKBOOK
|
|
knife test: knife cookbook test $COOKBOOK
|
|
foodcritic: foodcritic -f any -t ~FC003 -t ~FC023 $SANDBOX/$COOKBOOK
|
|
chefspec: rspec $SANDBOX/$COOKBOOK/spec
|