From a6eb7b8056167a01568075760a85b70ce1d0f6f5 Mon Sep 17 00:00:00 2001 From: Lucas Peter Date: Wed, 5 Mar 2025 16:11:41 +0100 Subject: [PATCH] make it mandatory --- install_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_hook.sh b/install_hook.sh index 6f6189f..ce3b6c9 100644 --- a/install_hook.sh +++ b/install_hook.sh @@ -13,7 +13,7 @@ ROOT_DIR=\$(git rev-parse --show-toplevel) export PATH="\\\$PATH:\\\$ROOT_DIR/.tools" # Lancer le check de formatage -"\\\$ROOT_DIR/.tools/format_code.sh" --dry-run --verbose --modified-only || exit 1 +"\\\$ROOT_DIR/.tools/format_code.sh" --verbose --modified-only || exit 1 # Vérifier les modifications non poussées git diff --cached --quiet || {