mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
docs: add gitlint guidance to CONTRIBUTING.md
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
committed by
Rob Bradford
parent
f5d2973546
commit
16fbab30b1
@@ -26,6 +26,9 @@ cargo check --all --all-targets --tests
|
||||
cargo clippy --all --all-targets --tests
|
||||
# Please note that this will not execute integration tests.
|
||||
cargo test --all --all-targets --tests
|
||||
|
||||
# To lint your last three commits
|
||||
gitlint --commits "HEAD~3..HEAD"
|
||||
```
|
||||
|
||||
### \[Optional\] Run Integration Tests
|
||||
|
||||
Reference in New Issue
Block a user