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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ supported hooks are:
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
10
***tflint**: Automatically run [`tflint`](https://github.com/terraform-linters/tflint) on all Terraform code (`*.tf` files).
11
-
***shellcheck**: Run [`shellcheck`](https://www.shellcheck.net/) to lint files that contain a bash [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix))
11
+
***shellcheck**: Run [`shellcheck`](https://www.shellcheck.net/) to lint files that contain a bash [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)).
12
12
***gofmt**: Automatically run `gofmt` on all Golang code (`*.go` files).
13
-
***golint**: Automatically run `golint` on all Golang code (`*.go` files)
13
+
***golint**: Automatically run `golint` on all Golang code (`*.go` files).
14
14
***yapf**: Automatically run [`yapf`](https://github.com/google/yapf) on all python code (`*.py` files).
15
-
***helmlint** Automatically run [`helm lint`](https://github.com/helm/helm/blob/master/docs/helm/helm_lint.md) on your
15
+
***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).
16
16
***markdown-link-check** Automatically run [markdown-link-check](https://github.com/tcort/markdown-link-check) on
0 commit comments