Change information
Commit message:
go/analysis/suite/{fix,vet}: publish analyzer suites
This change publishes the default suites of analyzers used
by cmd/fix and cmd/vet so that users can more easily define
their own tools using variants of these suites (as demonstrated
by vet_std_test).
Once vendored into GOROOT, the cmd/{fix,vet} tools will
be updated to use these constants.
Fixes golang/go#35487Change-Id: I7f957d552c0265e73eb47b3a700ed299f496012c
Files:
- A go/analysis/suite/fix/fix.go
- A go/analysis/suite/vet/vet.go
- M go/analysis/unitchecker/unitchecker_test.go
- M go/analysis/unitchecker/vet_std_test.go
Change size: M
Delta: 4 files changed, 157 insertions(+), 73 deletions(-)
Branch: refs/heads/master