mirror of
https://github.com/docker/buildx.git
synced 2024-11-22 15:37:16 +08:00
4f2cc0e220
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
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"
|
|
]
|
|
}
|