From 1ab7c0ee3b869ea7bd480f323fbf28d745acdd17 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Tue, 4 Sep 2018 15:03:17 +0300 Subject: [PATCH] scripts: remove auto-rustfmt from pre-commit hook --- scripts/pre-commit | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/pre-commit b/scripts/pre-commit index 478e4714..c497106e 100755 --- a/scripts/pre-commit +++ b/scripts/pre-commit @@ -66,15 +66,6 @@ else printf "${SUCCESS}\n" fi -printf "${PREFIX} Checking for rustfmt ... " -command -v rustfmt &>/dev/null -if [ $? == 0 ]; then - printf "${SUCCESS}\n" -else - printf "${FAILURE}\n" - exit 1 -fi - printf "${PREFIX} Checking for shasum ... " command -v shasum &>/dev/null if [ $? == 0 ]; then