Vender add

This commit is contained in:
刘河
2019-04-08 18:23:12 +08:00
parent 7ea9001aa4
commit 2330935b90
18 changed files with 1598 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"Vendor": true,
"DisableAll": true,
"Enable": [
"vet",
"safesql",
"errcheck",
"goconst",
"goimports",
"varcheck",
"gas",
"staticcheck",
"gosimple",
"lll",
"unconvert",
"misspell",
"unconvert"
],
"Aggregate": true,
"WarnUnmatchedNolint": true,
"LineLength": 240,
"Exclude": [
"stun/const.go"
],
"Deadline": "300s",
"Skip": []
}