go-socks5-ssh-proxy/vendor/github.com/xor-gate/sshfp/.gometalinter.conf

33 lines
449 B
Plaintext

{
"Vendor": true,
"LineLength": 120,
"Deadline": "5m",
"Exclude" : [
"examples",
".pb.go"
],
"Enable": [
"maligned",
"deadcode",
"gosec",
"goconst",
"gocyclo",
"gofmt",
"golint",
"ineffassign",
"interfacer",
"lll",
"misspell",
"structcheck",
"unconvert",
"varcheck",
"vet",
"vetshadow"],
"Severity": {
"golint" : "error",
"gotype" : "error",
"vet" : "error",
"vetshadow" : "error"
}
}