Vendor generated file
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
bec45bc7d6
commit
1b85dd0455
6 changed files with 482 additions and 4 deletions
|
@ -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=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue