From af620dc7f40ce8ec58b546376a779eff1b64cddb Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 22 Jan 2025 16:36:24 +0100 Subject: Makefile: remove vendor usage --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd7bfc484..95eb15ba0 100644 --- a/Makefile +++ b/Makefile @@ -289,7 +289,6 @@ ifdef CI endif lint: - # This should install the command from our vendor dir. CGO_ENABLED=1 $(HOSTGO) install github.com/golangci/golangci-lint/cmd/golangci-lint CGO_ENABLED=1 $(HOSTGO) build -buildmode=plugin -o bin/syz-linter.so ./tools/syz-linter bin/golangci-lint run $(LINT-FLAGS) ./... @@ -428,7 +427,7 @@ check_commits: ./tools/check-commits.sh check_links: - python ./tools/check_links.py $$(pwd) $$(find . -name '*.md' | grep -v "./vendor/") + python ./tools/check_links.py $$(pwd) $$(find . -name '*.md') check_html: ./tools/check-html.sh -- cgit mrf-deployment