Skip to content

Commit acbb81d

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

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
@@ -369,7 +369,7 @@ gosec: go_sec
369369
.PHONY: lint
370370
lint: golangci_lint
371371
$(GOLANGCI_LINT) --version
372-
GOMAXPROCS=2 $(GOLANGCI_LINT) run --fix --verbose --timeout 300s
372+
$(GOLANGCI_LINT) run --fix --verbose --timeout 300s
373373

374374

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

0 commit comments

Comments
 (0)