Enable go lint in CI
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -54,6 +54,7 @@ script:
|
||||
- go build -i .
|
||||
- make setup
|
||||
- make vet
|
||||
- if [ "$GOOS" = "linux" ]; then make lint ; fi
|
||||
- make ineffassign
|
||||
- if [ "$GOOS" = "linux" ]; then make check-protos check-api-descriptors; fi
|
||||
- make build
|
||||
|
||||
Reference in New Issue
Block a user