Skip to content

Commit

Permalink
Ignore tfproviderlint until bflad/tfproviderlint#255 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tobio committed Aug 29, 2022
1 parent 956306b commit bd79c1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions build/Makefile.lint
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ lint: golint golangci-lint check-license tfproviderlint tfproviderdocs terrafmt

.PHONY: tfproviderlint
tfproviderlint: tools
@ echo "-> Checking source code against terraform provider linters..."
@ $(GOBIN)/tfproviderlint ./...
@ echo '-> Ignoring tfproviderlint until https://github.com/bflad/tfproviderlint/issues/255 is fixed...'
#@ echo "-> Checking source code against terraform provider linters..."
#@ $(GOBIN)/tfproviderlint ./...

.PHONY: tfproviderdocs
tfproviderdocs: tools
Expand Down Expand Up @@ -39,4 +40,4 @@ validate-examples:
## Formats all the terraform ".tf" files in the repository
fmt:
@ echo "-> Checking that the terraform .tf files are formatted..."
@ terraform fmt -write=false -recursive -check
@ terraform fmt -write=false -recursive -check
2 changes: 1 addition & 1 deletion build/Makefile.tools
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_TFPROVIDERDOCS:=v0.6.0
VERSION_TERRAFMT:=12db38d
VERSION_TFPROVIDERLINT:=v0.14.0
VERSION_TFPROVIDERLINT:=v0.28.1

## Installs the required static checks for terraform.
tools: $(GOBIN)/tfproviderdocs $(GOBIN)/terrafmt $(GOBIN)/tfproviderlint
Expand Down

0 comments on commit bd79c1f

Please sign in to comment.