Fix golint errors.
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 9b47b7b1519c5f2138e2933fb1fc459eb00895c0 Component: engine
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
"Vendor": true,
|
||||
"Deadline": "2m",
|
||||
"Sort": ["linter", "severity", "path"],
|
||||
"Exclude": [".*\\.pb\\.go"],
|
||||
"Exclude": [
|
||||
".*\\.pb\\.go",
|
||||
"dockerversion/version_autogen.go",
|
||||
"api/types/container/container_.*",
|
||||
"integration-cli/"
|
||||
],
|
||||
|
||||
"Enable": [
|
||||
"gofmt",
|
||||
|
||||
Reference in New Issue
Block a user