diff --git a/Makefile b/Makefile index f891dc7..e006c4f 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ test: deps .PHONY: lint lint: devel-deps go vet ./... + staticcheck ./... golint -set_exit_status ./... ## build binaries ex. make bin/omssh