[empathy] disable tab coding style check for now



commit 6ef0624346203591e00270f4f595c5f648278547
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 18 10:03:21 2009 +0100

    disable tab coding style check for now
---
 tools/check-whitespace.sh |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/tools/check-whitespace.sh b/tools/check-whitespace.sh
index 5348331..84356f2 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]