Mercurial > hg > aimc
view scripts/lint_all.sh @ 471:40cc1c0f20a8
Added a calculation (last plot) of the group delay. The previous check in fixed a couple of bugs.
author | alan.strelzoff |
---|---|
date | Sun, 11 Mar 2012 22:45:36 +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