1
0
Fork 0

Vendor generated file

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2017-04-21 11:21:55 +02:00 committed by Emile Vauge
parent bec45bc7d6
commit 1b85dd0455
No known key found for this signature in database
GPG key ID: D808B4C167352E59
6 changed files with 482 additions and 4 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/' || true) )
files=( $(validate_diff --diff-filter=ACMR --name-only -- '*.go' | grep -v '^\(integration/\)\?vendor/\|autogen' || true) )
unset IFS
badFiles=()