0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-31 03:36:06 -05:00
denoland-deno/deno2/tools/lint.sh

5 lines
86 B
Bash
Raw Normal View History

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