Skip to content

Commit 0397359

Browse files
committed
review changes
Signed-off-by: Mauritz Uphoff <[email protected]>
1 parent 9165597 commit 0397359

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lint-golangci-lint:
1515

1616
lint-tf:
1717
@echo "Linting examples"
18-
@terraform fmt -check -diff -recursive examples
18+
@terraform fmt -check -diff -recursive
1919

2020
lint: lint-golangci-lint lint-tf
2121

@@ -30,8 +30,7 @@ build:
3030
fmt:
3131
@gofmt -s -w .
3232
@go tool goimports -w .
33-
@cd $(ROOT_DIR)/examples && terraform fmt -recursive && cd $(ROOT_DIR)
34-
@terraform fmt -recursive
33+
@terraform fmt -diff -recursive
3534

3635
# TEST
3736
test:

0 commit comments

Comments
 (0)