From 993bab4687edf73c2db93886aa6a8c765ff18437 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]

---
 .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",