mirror of
https://github.com/moby/buildkit.git
synced 2026-08-12 22:16:54 +00:00
it tends to help keeping uneeded code out O:) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
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"
|
|
]
|
|
}
|