aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 5e16dd5dc..caead81e7 100644
--- a/Makefile
+++ b/Makefile
@@ -281,14 +281,10 @@ tidy: descriptions
--extra-arg=-std=c++17 \
executor/*.cc
-ifdef CI
- LINT-FLAGS := --out-format github-actions
-endif
-
lint:
- CGO_ENABLED=1 $(HOSTGO) install github.com/golangci/golangci-lint/cmd/golangci-lint
+ CGO_ENABLED=1 $(HOSTGO) install github.com/golangci/golangci-lint/v2/cmd/golangci-lint
CGO_ENABLED=1 $(HOSTGO) build -buildmode=plugin -o bin/syz-linter.so ./tools/syz-linter
- bin/golangci-lint run $(LINT-FLAGS) ./...
+ bin/golangci-lint run ./...
presubmit:
$(MAKE) presubmit_aux