Mercurial > hg > aimc
view lint_all.sh @ 15:b4cafba48e9d
-<math.h> replaced wit <cmath> where possible
-SSI support added but not yet tested
author | tomwalters |
---|---|
date | Fri, 19 Feb 2010 15:19:27 +0000 |
parents | ba2f7596d1a2 |
children | f4e712d41321 |
line wrap: on
line source
#!/bin/bash find -E . -iregex ".*\.(h|cc|c)" | grep -v "ConvertUTF" | grep -v "SimpleIni" | xargs lint/cpplint.py