tree-sitter/script/lint.sh
2014-03-09 21:37:03 -07:00

6 lines
156 B
Bash
Executable file

#!/usr/bin/env bash
find src -type f | xargs externals/cpplint.py \
--root=src \
--filter=-whitespace,-readability/namespace,-legal/copyright \
2>&1