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