From a284f79f78beec6233ccd39d33cd46fade0b0c4e Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Tue, 22 Jan 2019 11:25:15 -0800 Subject: [PATCH] Removed unused from gometalinter staticcheck is unhappy with my config file; I'll add it in when I get it working correctly. --- .gometalinter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.gometalinter.json b/.gometalinter.json index 984c3343896..90ac0015e90 100644 --- a/.gometalinter.json +++ b/.gometalinter.json @@ -5,7 +5,6 @@ "misspell", "structcheck", "unconvert", - "unused", "varcheck", "vet" ],