Enable go lint in CI
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
b6e0c4f321
commit
1c533a2725
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user