Now we can say
vet -printf=false
to disable the printf test but run all others.
Implemented by creating a tri-state boolean flag that records whether it has been
set explicitly; before this, -printf=false was not distinguishable from not having
mentioned the printf flag at all.
Fixes golang/go#7422.
LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/72330043
|
||
|---|---|---|
| .. | ||
| benchcmp | ||
| cover | ||
| godoc | ||
| goimports | ||
| gotype | ||
| html2article | ||
| oracle | ||
| ssadump | ||
| vet | ||