feat: metalinter

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2018-12-28 19:18:37 +00:00
parent 3fb6a22dfd
commit f01929ed3d

View File

@ -1,38 +1,38 @@
{ {
"Enable": [ "Enable": [
"deadcode", "deadcode",
"gotype", "gotype",
"gotypex", "gotypex",
"ineffassign", "ineffassign",
"interfacer", "interfacer",
"maligned", "maligned",
"megacheck", "megacheck",
"structcheck", "structcheck",
"unconvert", "unconvert",
"varcheck", "varcheck",
"vet" "vet"
], ],
"Disable": [ "Disable": [
"dupl", "dupl",
"errcheck", "errcheck",
"gochecknoglobals", "gochecknoglobals",
"gochecknoinits", "gochecknoinits",
"goconst", "goconst",
"gocyclo", "gocyclo",
"gofmt", "gofmt",
"goimports", "goimports",
"golint", "golint",
"gosec", "gosec",
"gosimple", "gosimple",
"lll", "lll",
"misspell", "misspell",
"nakedret", "nakedret",
"safesql", "safesql",
"staticcheck", "staticcheck",
"test", "test",
"testify", "testify",
"unparam", "unparam",
"unused", "unused",
"vetshadow" "vetshadow"
] ]
} }