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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This repo defines Git pre-commit hooks intended for use with [pre-commit](http:/
6
6
supported hooks are:
7
7
8
8
***terraform-fmt**: Automatically run `terraform fmt` on all Terraform code (`*.tf` files).
9
+
***terraform-validate**: Automatically run `terraform validate` on all Terraform code (`*.tf` files).
9
10
***shellcheck**: Run [`shellcheck`](https://www.shellcheck.net/) to lint files that contain a bash [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix))
10
11
***gofmt**: Automatically run `gofmt` on all Golang code (`*.go` files).
11
12
***golint**: Automatically run `golint` on all Golang code (`*.go` files)
@@ -26,6 +27,7 @@ repos:
26
27
rev: <VERSION> # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
0 commit comments