scripts: remove auto-rustfmt from pre-commit hook

This commit is contained in:
Manos Pitsidianakis 2018-09-04 15:03:17 +03:00
parent c88ee18dda
commit 1ab7c0ee3b
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

View File

@ -66,15 +66,6 @@ else
printf "${SUCCESS}\n" printf "${SUCCESS}\n"
fi 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 ... " printf "${PREFIX} Checking for shasum ... "
command -v shasum &>/dev/null command -v shasum &>/dev/null
if [ $? == 0 ]; then if [ $? == 0 ]; then