1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00
denoland-deno/deno2/tools/lint.sh

5 lines
117 B
Bash
Raw Permalink 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