You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
Remove the lint-modules make target (#6586)
fix #6531 Co-authored-by: Damien Mathieu <42@dmathieu.com>
This commit is contained in:
5
Makefile
5
Makefile
@@ -213,11 +213,8 @@ go-mod-tidy/%: crosslink
|
|||||||
&& cd $(DIR) \
|
&& cd $(DIR) \
|
||||||
&& $(GO) mod tidy -compat=1.21
|
&& $(GO) mod tidy -compat=1.21
|
||||||
|
|
||||||
.PHONY: lint-modules
|
|
||||||
lint-modules: go-mod-tidy
|
|
||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint: misspell lint-modules golangci-lint govulncheck
|
lint: misspell go-mod-tidy golangci-lint govulncheck
|
||||||
|
|
||||||
.PHONY: vanity-import-check
|
.PHONY: vanity-import-check
|
||||||
vanity-import-check: $(PORTO)
|
vanity-import-check: $(PORTO)
|
||||||
|
Reference in New Issue
Block a user