Add gosimple linter
Update gometalinter Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: f7f101d57ef8cbf2d8723a18b7d723c5c5dd04b6 Component: engine
This commit is contained in:
@@ -10,4 +10,4 @@ LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
|
||||
VNDR_COMMIT=9909bb2b8a0b7ea464527b376dc50389c90df587
|
||||
|
||||
# Linting
|
||||
GOMETALINTER_COMMIT=5507b26af3204e949ffe50ec08ee73e5847938e1
|
||||
GOMETALINTER_COMMIT=bfcc1d6942136fd86eb6f1a6fb328de8398fbd80
|
||||
|
||||
@@ -9,15 +9,14 @@
|
||||
"api/types/container/container_.*",
|
||||
"integration-cli/"
|
||||
],
|
||||
"Skip": [
|
||||
"integration-cli/"
|
||||
],
|
||||
"Skip": ["integration-cli/"],
|
||||
|
||||
"Enable": [
|
||||
"deadcode",
|
||||
"gofmt",
|
||||
"goimports",
|
||||
"golint",
|
||||
"gosimple",
|
||||
"ineffassign",
|
||||
"interfacer",
|
||||
"unconvert",
|
||||
|
||||
Reference in New Issue
Block a user