Skip to content

Commit 1c5fb0b

Browse files
committed
fix(makefile): Improve performance of make lint
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
1 parent bd83de3 commit 1c5fb0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ gosec: go_sec
368368
.PHONY: lint
369369
lint: golangci_lint
370370
$(GOLANGCI_LINT) --version
371-
GOMAXPROCS=2 $(GOLANGCI_LINT) run --fix --verbose --timeout 300s
371+
$(GOLANGCI_LINT) run --fix --verbose --timeout 300s
372372

373373

374374
GO_SEC = $(shell pwd)/bin/gosec

0 commit comments

Comments
 (0)