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 . |   - 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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Crosby
					Michael Crosby