]> git.ipfire.org Git - thirdparty/git.git/commit
ci: check for common Rust mistakes via Clippy
authorPatrick Steinhardt <ps@pks.im>
Wed, 15 Oct 2025 06:04:08 +0000 (08:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
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 <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/install-dependencies.sh
ci/run-rust-checks.sh