Skip to content

Commit aa43b41

Browse files
committed
revert terraform fmt in the Makefile
1 parent 28906be commit aa43b41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

GNUmakefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@ vet:
3131
fmt:
3232
gofmt -w $(GOFMT_FILES)
3333
goimports -w -local github.com/oracle/terraform-provider-oci $(GOFMT_FILES)
34-
terraform fmt
3534

3635
fmtcheck:
3736
@sh -c "'$(CURDIR)/scripts/gofmtcheck.sh' $(skip_goimports_check_flag)"
38-
@echo "==> Checking terraform formatting of files"
39-
@sh -c 'terraform fmt -check=true || (echo "Terraform files are not appropriately formatted. Please run make fmt to format them." && exit 1)'
4037

4138
errcheck:
4239
@sh -c "'$(CURDIR)/scripts/errcheck.sh'"

0 commit comments

Comments
 (0)