Mercurial > hg > aimc
view scripts/lint_all.sh @ 263:07dc1f7047f5
Debug output for audio_example and added a write function for aimc_data
author | hamel.phil |
---|---|
date | Thu, 06 Jan 2011 20:11:41 +0000 |
parents | 01eba86df030 |
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