Skip to content

Commit

Permalink
Added '-check' option on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Sep 23, 2017
1 parent ff84ace commit 74e52ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif

.PHONY: lint
lint: ## make lint # Rewrites config to canonical format
@terraform fmt -diff=true $(opts)
@terraform fmt -diff=true -check $(opts)

.PHONY: validate
validate: ## make validate # Basic syntax check
Expand Down

0 comments on commit 74e52ac

Please sign in to comment.