You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update terraform-fmt to match terraform-validate (gruntwork-io#46)
This PR updates the `terraform-fmt` hook as follows:
1. Run with `-diff -check` so the differences are printed, rather than made on disk.
1. Instead of exiting on the first error, save the exit codes, and print out all `fmt` errors before exiting.
These changes are very similar to gruntwork-io#45.
0 commit comments