From 41489f9e893e0c6a2710389ee90c89330a935767 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Sat, 4 Aug 2018 16:56:19 +0100 Subject: [PATCH] chore(gometalinter): gas is renamed to gosec [alecthomas/gometalinter#505] Former-commit-id: 9d049a2544677a82892d61b046d9ca02719fd64e [formerly 75108904316b277fcdbd28145d0abff61c4c7d04] [formerly c28ae59c1ed7230f7f9ac4c5d6b27a014bac506b [formerly 993bab4687edf73c2db93886aa6a8c765ff18437]] Former-commit-id: b2bcc79aa40cb727315e0ec1007deea3a74358c6 [formerly 35c44ec3706ef141489d1c65309b55e21f03b4a0] Former-commit-id: bce721ae0ca43b5b9667c31ccb2a3b64b48b7a71 --- .gometalinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gometalinter.json b/.gometalinter.json index 85d6e6aa..638f67c5 100644 --- a/.gometalinter.json +++ b/.gometalinter.json @@ -15,7 +15,6 @@ "Disable": [ "dupl", "errcheck", - "gas", "gochecknoglobals", "gochecknoinits", "goconst", @@ -23,6 +22,7 @@ "gofmt", "goimports", "golint", + "gosec", "gosimple", "lll", "misspell",