1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05: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