We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28906be commit aa43b41Copy full SHA for aa43b41
GNUmakefile
@@ -31,12 +31,9 @@ vet:
31
fmt:
32
gofmt -w $(GOFMT_FILES)
33
goimports -w -local github.com/oracle/terraform-provider-oci $(GOFMT_FILES)
34
- terraform fmt
35
36
fmtcheck:
37
@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)'
40
41
errcheck:
42
@sh -c "'$(CURDIR)/scripts/errcheck.sh'"
0 commit comments