mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
9b47b7b151
Signed-off-by: Daniel Nephin <dnephin@docker.com>
19 lines
305 B
JSON
19 lines
305 B
JSON
{
|
|
"Vendor": true,
|
|
"Deadline": "2m",
|
|
"Sort": ["linter", "severity", "path"],
|
|
"Exclude": [
|
|
".*\\.pb\\.go",
|
|
"dockerversion/version_autogen.go",
|
|
"api/types/container/container_.*",
|
|
"integration-cli/"
|
|
],
|
|
|
|
"Enable": [
|
|
"gofmt",
|
|
"golint",
|
|
"vet"
|
|
],
|
|
|
|
"LineLength": 200
|
|
}
|