diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2019-01-17 18:15:12 -0800 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2019-01-17 18:37:35 -0800 |
| commit | f9a219edd05570b38aa15e7f8d57068a343b6493 (patch) | |
| tree | 1c7eb488eaaafbb311596998c29f0a73b7580d02 /.gitignore | |
| parent | 7e8d04041908d4867846bea00e009c089d878d01 (diff) | |
Makefile: migrate from megacheck to staticcheck
This fixes travis issues as well as moving us off of deprecated tooling
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ bin/protoc bin/golint bin/protoc-gen-go bin/goimports -bin/megacheck +bin/staticcheck bin/gocovmerge bin/misspell *coverage.out |