Merge commit '0441e70ba033aa5417122d474bd6461fd3d538e6' into build-example-in-container

This commit is contained in:
Tom Wilkie
2016-01-16 12:11:34 -08:00

View File

@@ -148,7 +148,7 @@ function lint_files {
function list_files {
if [ $# -gt 0 ]; then
find "$@" -type f | grep -vE '^\./(\.git|vendor)/'
find "$@" -type f | grep -vE '(^\./\.git|^\./\.pkg|/vendor/)'
else
git diff --cached --name-only
fi