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.
This commit is contained in:
James Rasell
2025-07-28 16:53:40 +02:00
committed by GitHub
parent e561bdb476
commit fe42c5bab0

View File

@@ -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/