mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-27 17:54:13 +00:00
chore(gometalinter): gas is renamed to gosec [alecthomas/gometalinter#505]
This commit is contained in:
parent
6cb2e30143
commit
993bab4687
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,6 @@
|
|||
"Disable": [
|
||||
"dupl",
|
||||
"errcheck",
|
||||
"gas",
|
||||
"gochecknoglobals",
|
||||
"gochecknoinits",
|
||||
"goconst",
|
||||
|
|
@ -23,6 +22,7 @@
|
|||
"gofmt",
|
||||
"goimports",
|
||||
"golint",
|
||||
"gosec",
|
||||
"gosimple",
|
||||
"lll",
|
||||
"misspell",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue