Skip to content

Commit bae93bb

Browse files
committed
fumpt harder
1 parent af0e01e commit bae93bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

GNUmakefile

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ test: testacc
77
testacc:
88
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m
99

10-
fmt: examples/*/*.tf
10+
fmt: fmt/tf fmt/go
11+
12+
fmt/tf: $(shell find . -type f -name '*.tf')
1113
terraform fmt -recursive
1214

15+
fmt/go: $(shell find . -type f -name '*.go')
16+
go run mvdan.cc/[email protected] -l -w .
17+
1318
gen:
1419
go generate
1520

0 commit comments

Comments
 (0)