Vendor generated file from template

This commit is contained in:
Ludovic Fernandez 2017-11-20 15:26:03 +01:00 committed by Traefiker
parent ab87bad952
commit a6955ecf59
13 changed files with 499 additions and 16 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 '^vendor/' || true) )
files=( $(validate_diff --diff-filter=ACMR --name-only -- '*.go' | grep -v '^vendor/\|autogen' || true) )
unset IFS
badFiles=()