summaryrefslogtreecommitdiff
path: root/tools/lint.sh
blob: c14cfa50de82cbe32585dbd0479d2f3d6dffb031 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
cd `dirname "$0"`/..
cpplint --filter=-build/include_subdir --repository=src  \
  src/*.cc \
  src/*.h \
  src/include/*.h