Ignoring vendor folder when checking for goimports failure.
This commit is contained in:
parent
ad0da8c867
commit
0f2ece10ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue