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,9 +7,11 @@ 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
+
***terragrunt-hclfmt**: Automatically run `terragrunt hclfmt` on all Terragrunt configurations.
10
11
***tflint**: Automatically run [`tflint`](https://github.com/terraform-linters/tflint) on all Terraform code (`*.tf` files).
11
12
***shellcheck**: Run [`shellcheck`](https://www.shellcheck.net/) to lint files that contain a bash [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)).
12
13
***gofmt**: Automatically run `gofmt` on all Golang code (`*.go` files).
14
+
***goimports**: Automatically run `goimports` on all Golang code (`*.go` files).
13
15
***golint**: Automatically run `golint` on all Golang code (`*.go` files).
14
16
***yapf**: Automatically run [`yapf`](https://github.com/google/yapf) on all python code (`*.py` files).
15
17
***helmlint** Automatically run [`helm lint`](https://github.com/helm/helm/blob/master/docs/helm/helm_lint.md) on your Helm chart files. [See caveats here](#helm-lint-caveats).
0 commit comments