Skip to content

Commit 46358a8

Browse files
authored
fix(makefile): Improve performance of make lint (#1059)
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
1 parent fc2792c commit 46358a8

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
@@ -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)