Ignoring vendor folder when checking for goimports failure.

This commit is contained in:
Renan DelValle 2018-09-13 17:22:04 -07:00
parent ad0da8c867
commit 0f2ece10ac
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -7,7 +7,7 @@ go:
env:
global:
- GO_USR_DIRS=$(go list -f {{.Dir}} ./... | grep -v /gen-go/)
- GO_USR_DIRS=$(go list -f {{.Dir}} ./... | grep -E -v "/gen-go/|/vendor/")
services:
- docker