Merge pull request #12066 from hashicorp/f-make-golint-faster

build: allow golangci-lint to use more than 1 core
This commit is contained in:
Seth Hoenig
2022-02-15 08:00:07 -06:00
committed by GitHub

View File

@@ -151,7 +151,7 @@ $(git-dir)/hooks/%: dev/hooks/%
.PHONY: check
check: ## Lint the source code
@echo "==> Linting source code..."
@golangci-lint run -j 1
@golangci-lint run
@echo "==> Linting hclog statements..."
@hclogvet .