mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-04 22:00:43 +00:00
28 lines
370 B
JSON
Executable File
28 lines
370 B
JSON
Executable File
{
|
|
"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": []
|
|
}
|