Skip to main content
Version: 2.18 (deprecated)

go-vet


go vet-specific options.

Backend: pants.backend.experimental.go.lint.vet

Config section: [go-vet]

Basic options

skip

--[no-]go-vet-skip
PANTS_GO_VET_SKIP
pants.toml
[go-vet]
skip = <bool>
default: False

If true, don't use go vet when running pants lint.

Advanced options

None

Deprecated options

None

None