aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2019-01-17 18:15:12 -0800
committerJoe Richey joerichey@google.com <joerichey@google.com>2019-01-17 18:37:35 -0800
commitf9a219edd05570b38aa15e7f8d57068a343b6493 (patch)
tree1c7eb488eaaafbb311596998c29f0a73b7580d02 /CONTRIBUTING.md
parent7e8d04041908d4867846bea00e009c089d878d01 (diff)
Makefile: migrate from megacheck to staticcheck
This fixes travis issues as well as moving us off of deprecated tooling
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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/`)