0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/deno2/tools/lint.sh

5 lines
117 B
Bash
Raw Normal View History

#!/bin/sh
cd `dirname "$0"`/..
2018-06-09 20:02:10 -04:00
set -e -v
cpplint --filter=-build/include_subdir --repository=. *.cc *.h include/*.h