tree-sitter/script/lint.sh

7 lines
156 B
Bash
Raw Normal View History

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