Mercurial > hg > aimc
view trunk/scripts/lint_all.sh @ 426:b43c2eec4f73
Edited wiki page BuildingOnWindows through web user interface.
author | tom@acousticscale.org |
---|---|
date | Tue, 02 Nov 2010 22:17:13 +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