mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-11 11:27:48 +00:00
Moves vendoring over to Go modules. Fixes issues found by Go Vet in Go 1.16 Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
17 lines
244 B
JSON
Vendored
17 lines
244 B
JSON
Vendored
{
|
|
"Vendor": true,
|
|
"Deadline": "2m",
|
|
"Sort": [
|
|
"linter",
|
|
"severity",
|
|
"path",
|
|
"line"
|
|
],
|
|
"Skip": [
|
|
"internal\\schema2"
|
|
],
|
|
"EnableGC": true,
|
|
"Enable": [
|
|
"gofmt"
|
|
]
|
|
} |