mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-23 06:16:35 +01:00
Initial working version
This commit is contained in:
32
vendor/github.com/xor-gate/sshfp/.gometalinter.conf
generated
vendored
Normal file
32
vendor/github.com/xor-gate/sshfp/.gometalinter.conf
generated
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user