We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bc0c1 commit 70e040aCopy full SHA for 70e040a
docs/developer/pre-commit.md
@@ -33,6 +33,10 @@ Our pre-commit configuration includes the following hooks:
33
7. **codespell**: Checks for common misspellings
34
8. **golangci-lint**: Runs Go linters
35
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
40
41
## Running Manually
42
0 commit comments