mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 20:15:54 +00:00
Exclude vendor directory from go vet
This commit is contained in:
parent
aaddac5e4b
commit
4b70300e15
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
before_script:
|
before_script:
|
||||||
- go vet ./...
|
- go vet $(go list ./... | grep -v /vendor/)
|
||||||
go:
|
go:
|
||||||
- 1.5
|
- 1.5
|
||||||
- tip
|
- tip
|
||||||
|
|
Loading…
Reference in a new issue