mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user