From eb0c5d947a2e2755fac4a9b34d9dee6c2987afbb Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 14 Jul 2025 20:52:55 +0300 Subject: feat: Add dockerfile and docker-compose --- lefthook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lefthook.yml') diff --git a/lefthook.yml b/lefthook.yml index 8899132..cabea2b 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -13,7 +13,7 @@ pre-commit: fmt: run: cargo fmt --all -- --check stage_fixed: true - # clippy: - # run: cargo clippy --all-targets --all-features -- -D warnings + clippy: + run: cargo clippy --all-targets --all-features -- -D warnings test: run: cargo test --all \ No newline at end of file -- cgit v1.2.3