diff lint_all.sh @ 17:f4e712d41321

-Added basic support for unit tests using gtest -Updated lint scripts to exclude header guard problems -Made everything lint-friendly -Added a trivial script to build the Doxygen documentation
author tomwalters
date Sat, 20 Feb 2010 21:03:57 +0000
parents ba2f7596d1a2
children
line wrap: on
line diff
--- a/lint_all.sh	Sat Feb 20 17:56:40 2010 +0000
+++ b/lint_all.sh	Sat Feb 20 21:03:57 2010 +0000
@@ -1,3 +1,3 @@
 #!/bin/bash
-find -E . -iregex ".*\.(h|cc|c)" | grep -v "ConvertUTF" | grep -v "SimpleIni" | xargs lint/cpplint.py
+find -E . -iregex ".*\.(h|cc|c)" | grep -v "ConvertUTF" | grep -v "SimpleIni" | xargs lint/cpplint.py --filter=-build/header_guard