Skip to content

Commit 02b159a

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ lint-golangci-lint:
1414
@$(SCRIPTS_BASE)/lint-golangci-lint.sh
1515

1616
lint-tf:
17-
@echo "Linting examples"
18-
@terraform fmt -check -diff -recursive examples
17+
@echo "Linting terraform files"
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)