view scripts/lint_all.sh @ 260:0a8fac5bbfeb

corrected a bug in the swig example and added a new more complex example
author hamel.phil
date Wed, 05 Jan 2011 18:48:02 +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