From e1e0e4ddcbc94aa57a3bf12b0f02cd775404ee1b Mon Sep 17 00:00:00 2001 From: CREATIVE_tg1 Date: Fri, 24 Oct 2025 08:12:48 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Makefile.rust?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile.rust | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.rust b/Makefile.rust index d503c04..302882e 100644 --- a/Makefile.rust +++ b/Makefile.rust @@ -2,11 +2,13 @@ CARGO := cargo .PHONY: setup full-lint +# Установить "maturin", "cargo-deny", "cargo-audit", "taplo-cli", "cross" setup: @echo "Installing Rust components and tools..." rustup component add clippy rustfmt $(CARGO) install maturin cargo-deny cargo-audit taplo-cli cross --locked +# Провести все проверки по коду full-lint: @echo "Running rustfmt..." $(CARGO) fmt --all -- --check