diff --git a/GNUmakefile b/GNUmakefile index c6125acd8..20474f6d6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -163,7 +163,7 @@ check: ## Lint the source code @cd ./api && golangci-lint run --config ../.golangci.yml --build-tags "$(GO_TAGS)" @echo "==> Linting hclog statements..." - @hclogvet ./... + @hclogvet . @echo "==> Spell checking website..." @misspell -error -source=text website/content/