From 43a074dc691e34c376c3d975b7f9799a0dd2bf79 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Tue, 21 May 2019 21:22:14 +0100 Subject: [PATCH] Replace megacheck with staticcheck, which replaces it --- linter.json | 1 + 1 file changed, 1 insertion(+) diff --git a/linter.json b/linter.json index 1f0550aaf..d693c86fa 100644 --- a/linter.json +++ b/linter.json @@ -14,6 +14,7 @@ "unparam", "errcheck", "vet", + "staticcheck", "gofmt", "goconst" ]