diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04738e0dc..db1b4bfed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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