mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-06 07:06:53 +00:00
Vender add
This commit is contained in:
27
vender/github.com/ccding/go-stun/linter_config.json
Executable file
27
vender/github.com/ccding/go-stun/linter_config.json
Executable 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": []
|
||||
}
|
Reference in New Issue
Block a user