Skip to content

Commit 8f1dfee

Browse files
committed
Add terragrunt-hclfmt and goimports to README
1 parent f2d6727 commit 8f1dfee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ supported hooks are:
77

88
* **terraform-fmt**: Automatically run `terraform fmt` on all Terraform code (`*.tf` files).
99
* **terraform-validate**: Automatically run `terraform validate` on all Terraform code (`*.tf` files).
10+
* **terragrunt-hclfmt**: Automatically run `terragrunt hclfmt` on all Terragrunt configurations.
1011
* **tflint**: Automatically run [`tflint`](https://github.com/terraform-linters/tflint) on all Terraform code (`*.tf` files).
1112
* **shellcheck**: Run [`shellcheck`](https://www.shellcheck.net/) to lint files that contain a bash [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)).
1213
* **gofmt**: Automatically run `gofmt` on all Golang code (`*.go` files).
14+
* **goimports**: Automatically run `goimports` on all Golang code (`*.go` files).
1315
* **golint**: Automatically run `golint` on all Golang code (`*.go` files).
1416
* **yapf**: Automatically run [`yapf`](https://github.com/google/yapf) on all python code (`*.py` files).
1517
* **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

Comments
 (0)