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
86 B
Bash
Raw Normal View History

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