diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-01-22 16:36:24 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-01-23 10:42:36 +0000 |
| commit | af620dc7f40ce8ec58b546376a779eff1b64cddb (patch) | |
| tree | 660302f8b158705d6bbe0552c54b7ac9c6f0eabd /Makefile | |
| parent | 7b4377ad9d8a7205416df8d6217ef2b010f89481 (diff) | |
Makefile: remove vendor usage
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
