File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ cluster to be used for development or integration tests. It is also used in
1212- [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/ )
1313- [ kind] ( https://kind.sigs.k8s.io/docs/user/quick-start/#installing-from-release-binaries )
1414- [ Git] ( https://git-scm.com/ )
15+ - OPTIONAL: [ pre-commit] ( https://pre-commit.com/ )
1516
1617Please install the same version of ` kubectl ` and ` kind ` as Github-hosted runner.
1718
@@ -136,3 +137,11 @@ To run pre-commit manually
136137```bash
137138pre-commit run --all-files
138139```
140+
141+ To skip pre-commit checks, use the `--no-verify` flag when committing changes
142+
143+ ```bash
144+ git commit -m "test" --no-verify
145+ [precommit-shellcheck-mardown 89ed1adc] test
146+ 1 file changed, 1 insertion(+), 1 deletion(-)
147+ ```
You can’t perform that action at this time.
0 commit comments