Skip to content

Commit

Permalink
Fail on lint errors (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz committed Jun 13, 2019
1 parent f6377b6 commit db5f868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ vet:
# Run go lint against code
lint:
go install golang.org/x/lint/golint
golint ./pkg/... ./cmd/...
golint -set_exit_status ./pkg/... ./cmd/...

.PHONY: staticcheck
# Runs static check
Expand Down

0 comments on commit db5f868

Please sign in to comment.