From f9a219edd05570b38aa15e7f8d57068a343b6493 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 17 Jan 2019 18:15:12 -0800 Subject: Makefile: migrate from megacheck to staticcheck This fixes travis issues as well as moving us off of deprecated tooling --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f516829..69a5ce6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -151,5 +151,5 @@ your code. `make lint` runs: - [`go vet`](https://golang.org/cmd/vet/) - [`golint`](https://github.com/golang/lint) (built from source in `vendor/`) - - [`megacheck`](https://github.com/dominikh/go-tools/tree/master/cmd/megacheck) + - [`staticcheck`](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) (built from source in `vendor/`) -- cgit v1.2.3