mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
14 lines
184 B
JSON
14 lines
184 B
JSON
{
|
|
"Vendor": true,
|
|
"Deadline": "8m",
|
|
"Exclude": [".*.pb.go"],
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"gofmt",
|
|
"goimports",
|
|
"ineffassign",
|
|
"vet",
|
|
"deadcode"
|
|
]
|
|
}
|