Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallford committed Aug 17, 2024
1 parent 3d77ebe commit 01e46c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ endif
DOCKER := docker
DOCKER_RUN := $(DOCKER) run $(DOCKER_FLAGS)

GOPATH ?= $(shell go env GOPATH)
TERRAFORM_VERSION ?= 1.9.4

EDITORCONFIG_CHECKER_VERSION ?= 3.0.3
Expand All @@ -30,7 +29,7 @@ ACTIVATE := . $(VENV)/bin/activate
lint: lint/docs lint/terraform lint/editorconfig lint/shellcheck lint/yamllint lint/go lint/ansible

lint/docs: docs
TFENV_TERRAFORM_VERSION=$(TERRAFORM_VERSION) $(GOPATH)/bin/tfplugindocs validate
TFENV_TERRAFORM_VERSION=$(TERRAFORM_VERSION) go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs validate

lint/terraform:
terraform fmt -recursive -check
Expand Down

0 comments on commit 01e46c7

Please sign in to comment.