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