diff --git a/Makefile b/Makefile index cb63c90e06..bc0a0c2274 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ litmus-test-new: build pkill revad lint: go run tools/check-license/check-license.go - `go env GOPATH`/bin/golangci-lint run --timeout 3m0s + go vet ./... contrib: git shortlog -se | cut -c8- | sort -u | awk '{print "-", $$0}' | grep -v 'users.noreply.github.com' > CONTRIBUTORS.md