From c7de0ca94b66176f4c7d9b2ea0c2656714435c4d Mon Sep 17 00:00:00 2001 From: Robert Wu <94589791+tongoss@users.noreply.github.com> Date: Wed, 2 Apr 2025 05:32:28 -0400 Subject: [PATCH] Remove the lint-modules make target (#6586) fix #6531 Co-authored-by: Damien Mathieu <42@dmathieu.com> --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4cdc4c81b..a9468ef82 100644 --- a/Makefile +++ b/Makefile @@ -213,11 +213,8 @@ go-mod-tidy/%: crosslink && cd $(DIR) \ && $(GO) mod tidy -compat=1.21 -.PHONY: lint-modules -lint-modules: go-mod-tidy - .PHONY: lint -lint: misspell lint-modules golangci-lint govulncheck +lint: misspell go-mod-tidy golangci-lint govulncheck .PHONY: vanity-import-check vanity-import-check: $(PORTO)