Skip to content

Commit c7de0ca

Browse files
tongossdmathieu
andauthored
Remove the lint-modules make target (#6586)
fix #6531 Co-authored-by: Damien Mathieu <[email protected]>
1 parent 8833c1a commit c7de0ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,8 @@ go-mod-tidy/%: crosslink
213213
&& cd $(DIR) \
214214
&& $(GO) mod tidy -compat=1.21
215215

216-
.PHONY: lint-modules
217-
lint-modules: go-mod-tidy
218-
219216
.PHONY: lint
220-
lint: misspell lint-modules golangci-lint govulncheck
217+
lint: misspell go-mod-tidy golangci-lint govulncheck
221218

222219
.PHONY: vanity-import-check
223220
vanity-import-check: $(PORTO)

0 commit comments

Comments
 (0)