mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
b16b125bb4
This was broken by bf6a790f00
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
27 lines
474 B
JSON
27 lines
474 B
JSON
{
|
|
"Vendor": true,
|
|
"EnableGC": true,
|
|
"Sort": ["linter", "severity", "path"],
|
|
"Exclude": [
|
|
".*\\.pb\\.go",
|
|
"dockerversion/version_autogen.go",
|
|
"api/types/container/container_.*",
|
|
"api/types/volume/volume_.*",
|
|
"integration-cli/"
|
|
],
|
|
"Skip": ["integration-cli/"],
|
|
|
|
"Enable": [
|
|
"deadcode",
|
|
"gofmt",
|
|
"goimports",
|
|
"golint",
|
|
"gosimple",
|
|
"ineffassign",
|
|
"interfacer",
|
|
"unconvert",
|
|
"vet"
|
|
],
|
|
|
|
"LineLength": 200
|
|
}
|