diff --git a/GNUmakefile b/GNUmakefile index 1a0c34638..50b84edc0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 .