]> git.0d.be Git - empathy.git/commitdiff
disable tab coding style check for now
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 May 2009 09:03:21 +0000 (10:03 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 May 2009 09:03:35 +0000 (10:03 +0100)
tools/check-whitespace.sh

index 5348331261728883cdbb607eac0cbac725bec52b..84356f20b9e3e8e3974681709d7d96edefc048bf 100644 (file)
@@ -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