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.
2 parents 09bc0c1 + 70e040a commit 3253835Copy full SHA for 3253835
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