mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Do not run `govet with -v`.
This is per https://code.google.com/p/go/issues/detail?id=2507.
This commit is contained in:
parent
615e6d13d7
commit
44d6ad9eee
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -36,7 +36,7 @@ format:
|
|||
find . -iname '*.go' | egrep -v "generated|\.(l|y)\.go" | xargs -n1 gofmt -w -s=true
|
||||
|
||||
advice:
|
||||
go tool vet -v .
|
||||
go tool vet .
|
||||
|
||||
search_index:
|
||||
godoc -index -write_index -index_files='search_index'
|
||||
|
|
|
|||
Loading…
Reference in a new issue