Skip to content

Commit bbe0cf7

Browse files
committed
fix(makefile): Improve performance of make lint
Signed-off-by: Oliver Gondža <[email protected]>
1 parent 3c49188 commit bbe0cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)