Change information
Commit message:
inline, modernize: drop -test, add -fix
The -test flag defaults to true for these tools, so it makes little
sense to have it explicitly specified.
This also adds missing -fix flag to commands where it is implied.
This also fixes the `go run` command for gofix, which was moved to a
new URL in CL 662755, and then moved again (and renamed to inline)
in CL 706899. Note the new URL is not working yet since there is no
release published with CL 706899 included (yet).
Change-Id: I33b6ec3568e7d634a2b575fd0bc1722b4de52e2b
Files:
- M go/analysis/passes/inline/cmd/inline/main.go
- M go/analysis/passes/inline/doc.go
- M go/analysis/passes/modernize/doc.go
- M gopls/doc/analyzers.md
- M gopls/doc/release/v0.18.0.md
- M gopls/internal/doc/api.json
Change size: S
Delta: 6 files changed, 11 insertions(+), 11 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Alan Donovan, +1 by Robert Findley
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI