From c66e6865e15fb474655f06dc41c6cd24b5a30e68 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Tue, 22 Jan 2019 11:31:51 -0800 Subject: [PATCH] Removed unused from gometalinter (#2907) 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 984c3343..90ac0015 100644 --- a/.gometalinter.json +++ b/.gometalinter.json @@ -5,7 +5,6 @@ "misspell", "structcheck", "unconvert", - "unused", "varcheck", "vet" ],