]> git.99rst.org Git - git.git/commit
ci: check for common Rust mistakes via Clippy
authorPatrick Steinhardt <redacted>
Wed, 15 Oct 2025 06:04:08 +0000 (08:04 +0200)
committerJunio C Hamano <redacted>
Wed, 15 Oct 2025 15:10:17 +0000 (08:10 -0700)
commit4b44c46432744a4975432eabba16ad60cb39e089
treeec6e0e84640ffd1fb2aa2c0a20a08a281365af6e
parent03f3900fb27099366771f54cec6acd558493a4db
ci: check for common Rust mistakes via Clippy

Introduce a CI check that uses Clippy to perform checks for common
mistakes and suggested code improvements. Clippy is the official static
analyser of the Rust project and thus the de-facto standard.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
ci/install-dependencies.sh
ci/run-rust-checks.sh
git clone https://git.99rst.org/PROJECT