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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ supported hooks are:
13
13
***shellcheck**: Run [`shellcheck`](https://www.shellcheck.net/) to lint files that contain a bash [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)).
14
14
***gofmt**: Automatically run `gofmt` on all Golang code (`*.go` files).
15
15
***goimports**: Automatically run `goimports` on all Golang code (`*.go` files).
16
-
***golint**: Automatically run `golint` on all Golang code (`*.go` files).
16
+
***golint**: Automatically run `golint` on all Golang code (`*.go` files). [**DEPRECATED**]: Please use `golangci-lint` below.
17
+
***golangci-lint**: Automatically run `golangci-lint` on all Golang code (`*.go` files).
17
18
***yapf**: Automatically run [`yapf`](https://github.com/google/yapf) on all python code (`*.py` files).
18
19
***helmlint** Automatically run [`helm lint`](https://helm.sh/docs/helm/helm_lint/) on your Helm chart files. [See caveats here](#helm-lint-caveats).
19
20
***markdown-link-check** Automatically run [markdown-link-check](https://github.com/tcort/markdown-link-check) on
0 commit comments