Files
go-stun/linter_config.json
T
2018-07-13 16:12:35 -07:00

28 lines
370 B
JSON

{
"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": []
}