#!/bin/sh # TODO(ry) Rewrite this script in python for portability to Windows. # TODO(ry) Call tslint here too. set -e cd `dirname "$0"`/.. ./third_party/cpplint/cpplint.py \ --filter=-build/include_subdir \ --repository=src \ src/*.cc \ src/*.h \ src/include/*.h