mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 20:19:16 +00:00
28 lines
452 B
JSON
28 lines
452 B
JSON
{
|
|
"Vendor": true,
|
|
"Deadline": "2m",
|
|
"Sort": ["linter", "severity", "path", "line"],
|
|
"EnableGC": true,
|
|
"WarnUnmatchedDirective": true,
|
|
"Exclude": ["parameter .* always receives"],
|
|
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"deadcode",
|
|
"gofmt",
|
|
"goimports",
|
|
"golint",
|
|
"gosimple",
|
|
"ineffassign",
|
|
"interfacer",
|
|
"lll",
|
|
"misspell",
|
|
"unconvert",
|
|
"unparam",
|
|
"unused",
|
|
"vet"
|
|
],
|
|
|
|
"LineLength": 160
|
|
}
|