diff --git a/Makefile b/Makefile index e791a83..82b7598 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: test vet lint staticcheck +all: test vet staticcheck test: go test ./... @@ -6,8 +6,5 @@ test: vet: go vet ./... -lint: - go list ./... | grep -v /vendor/ | xargs -L1 golint -set_exit_status - staticcheck: staticcheck ./...