mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
chore: update staticcheck to 2024.1.1
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -69,7 +69,7 @@ lint: ## Run linter
|
||||
.PHONY: staticcheck
|
||||
staticcheck: ## Run staticcheck
|
||||
@ $(MAKE) --no-print-directory log-$@
|
||||
$(GO) run honnef.co/go/tools/cmd/staticcheck@2023.1.6 -- ./...
|
||||
$(GO) run honnef.co/go/tools/cmd/staticcheck@2024.1.1 -- ./...
|
||||
|
||||
.PHONY: test
|
||||
test: ## Run tests
|
||||
|
||||
Reference in New Issue
Block a user