From fe42c5bab0025a71be19ce704b9d49c04b3cb440 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Mon, 28 Jul 2025 16:53:40 +0200 Subject: [PATCH] ci: Revert hclogvet running across entire codebase. (#26365) It seems the tool requires a little attention and does not run well across our enterprise codebase. Rolling back that makefile change, so it does not stop enterprise work, backport, CI, etc. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/