From: Guillaume Desmottes Date: Mon, 18 May 2009 09:03:21 +0000 (+0100) Subject: disable tab coding style check for now X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=6ef0624346203591e00270f4f595c5f648278547 disable tab coding style check for now --- diff --git a/tools/check-whitespace.sh b/tools/check-whitespace.sh index 53483312..84356f20 100644 --- a/tools/check-whitespace.sh +++ b/tools/check-whitespace.sh @@ -8,10 +8,11 @@ then fail=1 fi -if grep -n ' ' "$@" -then - echo "^^^ The above files contain tabs" - fail=1 -fi +# TODO: enable tab checking once all Empathy switched to TP coding style +#if grep -n ' ' "$@" +#then +# echo "^^^ The above files contain tabs" +# fail=1 +#fi exit $fail