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:
parent
f5d2973546
commit
16fbab30b1
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue