We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb4f6d commit b17ff68Copy full SHA for b17ff68
Makefile
@@ -143,7 +143,8 @@ golangci-lint:
143
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s $(GOLANGCI_LINT_VERSION)
144
$(LOCALBIN)/golangci-lint run --fix
145
146
-PROCS?=$(shell expr $(shell nproc --ignore 2) / 2)
+#PROCS?=$(shell expr $(shell nproc --ignore 2) / 2)
147
+PROCS?=2
148
PROC_CMD = --procs ${PROCS}
149
150
.PHONY: test
0 commit comments