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

This commit is contained in:
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": [
"dupl",
"errcheck",
"gas",
"gochecknoglobals",
"gochecknoinits",
"goconst",
@ -23,6 +22,7 @@
"gofmt",
"goimports",
"golint",
"gosec",
"gosimple",
"lll",
"misspell",