Mercurial > hg > aimc
view trunk/scripts/lint_all.sh @ 312:66d5c4d2d90c
-Ec2 changes
author | tomwalters |
---|---|
date | Mon, 01 Mar 2010 19:09:27 +0000 |
parents | e344ef4898b2 |
children |
line wrap: on
line source
#!/bin/bash find -E . -iregex ".*\.(h|cc|c)" | grep -v "ConvertUTF" | grep -v "SimpleIni" | xargs lint/cpplint.py --filter=-build/header_guard