kubeflow / kubebench

Repository for benchmarking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gofmt should not check vendor files

Jeffwan opened this issue · comments

Notice current verify scripts verify vendors files and it's blocking code checking in.

if [ -n "$(gofmt -s -l .)" ]; then

PR got merged. I will close this issue