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 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 43faa79..68257d1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ bin/protoc bin/golint bin/protoc-gen-go bin/goimports -bin/megacheck +bin/staticcheck bin/gocovmerge bin/misspell *coverage.out -- cgit v1.2.3