# HG changeset patch # User Raphaël Gomès # Date 2023-01-10 10:40:19 # Node ID 86958104b6cadafe587843a253cf0fa6cd00fe64 # Parent 0a58aaa2009c883973131ab87e16ff22303b2a10 heptapod-ci: add `clippy` to the CI This linter mostly makes our code more idiomatic, less surprising, has good suggestions and catches bugs. It's widely used in the Rust community and now part of the default toolchain when using `rustup`. diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -41,6 +41,7 @@ rust-cargo-test: script: - echo "python used, $PYTHON" - make rust-tests + - make cargo-clippy variables: PYTHON: python3