cmd/vet: cache vet results #53014
Labels
Analysis
Issues related to static analysis (vet, x/tools/go/analysis)
FeatureRequest
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
go vet
on a large codebase can take a nontrivial amount of time. It seems the Vet result for each package should be cacheable in much the same way as tests, i.e. the cache key is a combination of BuildID and Vet command line flags.The text was updated successfully, but these errors were encountered: