Mercurial > hg > aimc
view scripts/lint_all.sh @ 645:3f01a136c537
DISALLOW_COPY_AND_ASSIGN in CARFAC classes and fix a few funny indentations.
author | ronw@google.com |
---|---|
date | Tue, 11 Jun 2013 17:59:08 +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