Skip to content

Commit

Permalink
Fix lint target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Nov 18, 2024
1 parent 03535c4 commit 3682972
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ watch:
ginkgo watch $(GINKGO_WATCH_FLAGS) $(GINKGO_FLAGS) ./$(PKG_PATH)

lint:
golangci-lint version
golangci-lint run ./...
govulncheck -version
govulncheck ./...
golangci-lint run -v ./...
govulncheck -version ./...

cover-report:
go tool cover -html=./cover.profile
Expand Down

0 comments on commit 3682972

Please sign in to comment.