Skip to content

Commit 70e040a

Browse files
committed
docs: add pre-commit available hooks
Signed-off-by: Ray Huang <[email protected]>
1 parent 09bc0c1 commit 70e040a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/developer/pre-commit.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Our pre-commit configuration includes the following hooks:
3333
7. **codespell**: Checks for common misspellings
3434
8. **golangci-lint**: Runs Go linters
3535
9. **commitlint**: Validates commit messages against Conventional Commits format
36+
10. **reuse-lint-file**: Checks copyright and license information in files
37+
11. **shell-fmt-go**: Formats shell scripts using `shfmt`
38+
12. **shellcheck**: Lints shell scripts
39+
13. **helmlint**: Lints Helm charts which requires `helm` command to be installed
3640

3741
## Running Manually
3842

0 commit comments

Comments
 (0)