aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-01-22 16:36:24 +0100
committerTaras Madan <tarasmadan@google.com>2025-01-23 10:42:36 +0000
commitaf620dc7f40ce8ec58b546376a779eff1b64cddb (patch)
tree660302f8b158705d6bbe0552c54b7ac9c6f0eabd /Makefile
parent7b4377ad9d8a7205416df8d6217ef2b010f89481 (diff)
Makefile: remove vendor usage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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