mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55: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
|
||||
before_script:
|
||||
- go vet ./...
|
||||
- go vet $(go list ./... | grep -v /vendor/)
|
||||
go:
|
||||
- 1.5
|
||||
- tip
|
||||
|
|
Loading…
Reference in a new issue