mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-10-15 16:23:44 +08:00
24 lines
373 B
JSON
24 lines
373 B
JSON
{
|
|
"Vendor": true,
|
|
"Deadline": "2m",
|
|
"Sort": ["linter", "severity", "path", "line"],
|
|
"Exclude": [
|
|
".*\\.pb\\.go",
|
|
"fetch\\.go:.*::error: unrecognized printf verb 'r'"
|
|
],
|
|
"EnableGC": true,
|
|
|
|
"Enable": [
|
|
"structcheck",
|
|
"varcheck",
|
|
"staticcheck",
|
|
"unconvert",
|
|
|
|
"gofmt",
|
|
"goimports",
|
|
"golint",
|
|
"ineffassign",
|
|
"vet"
|
|
]
|
|
}
|