Merge pull request #1464 from vdemeester/vendor-autogen

This commit is contained in:
Fernandez Ludovic 2017-05-03 10:02:14 +02:00
parent a0d6594e99
commit acb0492e26
6 changed files with 4 additions and 482 deletions

View file

@ -3,7 +3,7 @@
source "$(dirname "$BASH_SOURCE")/.validate"
IFS=$'\n'
files=( $(validate_diff --diff-filter=ACMR --name-only -- '*.go' | grep -v '^\(integration/\)\?vendor/\|autogen' || true) )
files=( $(validate_diff --diff-filter=ACMR --name-only -- '*.go' | grep -v '^\(integration/\)\?vendor/' || true) )
unset IFS
badFiles=()