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
@@ -7,6 +7,7 @@ supported hooks are:
7
7
8
8
***terraform-fmt**: Automatically run `terraform fmt` on all Terraform code (`*.tf` files).
9
9
***terraform-validate**: Automatically run `terraform validate` on all Terraform code (`*.tf` files).
10
+
***tflint**: Automatically run [`tflint`](https://github.com/terraform-linters/tflint) on all Terraform code (`*.tf` files).
10
11
***shellcheck**: Run [`shellcheck`](https://www.shellcheck.net/) to lint files that contain a bash [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix))
11
12
***gofmt**: Automatically run `gofmt` on all Golang code (`*.go` files).
12
13
***golint**: Automatically run `golint` on all Golang code (`*.go` files)
0 commit comments