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 9165597 commit 02b159aCopy full SHA for 02b159a
Makefile
@@ -14,8 +14,8 @@ lint-golangci-lint:
14
@$(SCRIPTS_BASE)/lint-golangci-lint.sh
15
16
lint-tf:
17
- @echo "Linting examples"
18
- @terraform fmt -check -diff -recursive examples
+ @echo "Linting terraform files"
+ @terraform fmt -check -diff -recursive
19
20
lint: lint-golangci-lint lint-tf
21
@@ -30,8 +30,7 @@ build:
30
fmt:
31
@gofmt -s -w .
32
@go tool goimports -w .
33
- @cd $(ROOT_DIR)/examples && terraform fmt -recursive && cd $(ROOT_DIR)
34
- @terraform fmt -recursive
+ @terraform fmt -diff -recursive
35
36
# TEST
37
test:
0 commit comments