Enable go lint in CI

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2017-10-25 15:27:35 -04:00
parent b6e0c4f321
commit 1c533a2725

View File

@ -54,6 +54,7 @@ script:
- go build -i . - go build -i .
- make setup - make setup
- make vet - make vet
- if [ "$GOOS" = "linux" ]; then make lint ; fi
- make ineffassign - make ineffassign
- if [ "$GOOS" = "linux" ]; then make check-protos check-api-descriptors; fi - if [ "$GOOS" = "linux" ]; then make check-protos check-api-descriptors; fi
- make build - make build