mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
0d05b14b71
- bump the runc version to v1.0.0-rc94 - build runc from its own source tree instead of from ./vendor/ - side-steps incompatibility with upstream kubelet container manager Signed-off-by: Jacob Blain Christen <dweomer5@gmail.com>
23 lines
296 B
JSON
23 lines
296 B
JSON
{
|
|
"linters": {
|
|
"disable-all": true,
|
|
"enable": [
|
|
"govet",
|
|
"golint",
|
|
"goimports",
|
|
"misspell",
|
|
"ineffassign",
|
|
"gofmt"
|
|
]
|
|
},
|
|
"run": {
|
|
"skip-dirs": [
|
|
"build", "/go/src/github.com/rancher/k3s/build"
|
|
],
|
|
"skip-files": [
|
|
"/zz_generated_"
|
|
],
|
|
"deadline": "5m"
|
|
}
|
|
}
|