mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-11 00:52:00 +00:00
Now shipped in the vendored code tarball. Drop the git tree status check since it isn't needed anymore. Also stop building with `-mod=vendor`. This requires to expose GOMODCACHE as suggested by Fabiano Fidêncio. Signed-off-by: Greg Kurz <groug@kaod.org>
27 lines
541 B
JSON
27 lines
541 B
JSON
{
|
|
"Verbose": false,
|
|
"Debug": false,
|
|
"IgnoreDefaults": false,
|
|
"SpacesAfterTabs": false,
|
|
"NoColor": false,
|
|
"Exclude": [
|
|
"src/runtime/virtcontainers/pkg/cloud-hypervisor/client",
|
|
"\\.img$",
|
|
"\\.dtb$",
|
|
"\\.drawio$",
|
|
"\\.svg$",
|
|
"\\.patch$"
|
|
],
|
|
"AllowedContentTypes": [],
|
|
"PassedFiles": [],
|
|
"Disable": {
|
|
"EndOfLine": false,
|
|
"Indentation": false,
|
|
"IndentSize": false,
|
|
"InsertFinalNewline": false,
|
|
"TrimTrailingWhitespace": false,
|
|
"MaxLineLength": false,
|
|
"Charset": false
|
|
}
|
|
}
|