Skip to content

Commit

Permalink
Merge pull request #6 from mvisonneau/fmt
Browse files Browse the repository at this point in the history
Added '-check' option on lint
  • Loading branch information
paulRbr authored Sep 23, 2017
2 parents ff84ace + 74e52ac commit f296431
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 f296431

Please sign in to comment.