chore(gometalinter): gas is renamed to gosec [alecthomas/gometalinter#505]

pull/492/head
1138-4EB 2018-08-04 16:56:19 +01:00
parent 6cb2e30143
commit 993bab4687
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@
"Disable": [ "Disable": [
"dupl", "dupl",
"errcheck", "errcheck",
"gas",
"gochecknoglobals", "gochecknoglobals",
"gochecknoinits", "gochecknoinits",
"goconst", "goconst",
@ -23,6 +22,7 @@
"gofmt", "gofmt",
"goimports", "goimports",
"golint", "golint",
"gosec",
"gosimple", "gosimple",
"lll", "lll",
"misspell", "misspell",