Vendor generated file from template
This commit is contained in:
parent
ab87bad952
commit
a6955ecf59
13 changed files with 499 additions and 16 deletions
|
@ -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=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue